Older Newer
Thu, 21 Nov 2019 04:46:14 . . . . SyneRyder [improve formatting]


Changes by last author:

Added:
= deleteCtl =

== Syntax ==

void deleteCtl(int n);

== Arguments ==

: n

:: The index number of the control you want to delete.

== Description ==

This function simply deletes the user control with the index n.

== Example ==

<code>

deleteCtl(5);

deleteCtl(CTL_CANCEL);

</code>

== See Also ==

createCtl