21
edits
Changes
→Attributes
CField* _fld[C_MAX_NO_FIELDS];
</syntaxhighlight></big>
Array of CField pointers to hold the address of the CField objects added to the screen. The maximum number of CFields that can be added to this CDialog is C_MAX_NO_FIELDS. Remove this restriction for additional mark.
<big><syntaxhighlight lang="cpp">
bool _dyn[C_MAX_NO_FIELDS];