Open main menu

CDOT Wiki β

Changes

Console UI Core Classes - OOP344 20113

129 bytes added, 11:38, 13 October 2011
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];