21
edits
Changes
→Methods
void draw(int fn = C_FULL_FRAME);
</syntaxhighlight></big>
First if '''fn''' is C_FULL_FRAME, then it will call the CFrame's draw().If fn is zero then it will draw all the fields on the dialog, otherwise it will draw the field with sequence number '''fn'''. (the first field sequence number is 1)
<big><syntaxhighlight lang="cpp">
int edit(int fn = C_FULL_FRAME);