AddClarionControl |
Adds a Clarion control to a band
Prototype:
AddClarionControl(LONG BandID, LONG ID, LONG Feq, <STRING szPrompt>, LONG Flags=0, <LONG InsertAfterID>)
Arguments:
BandID |
ID of the band the control should be added to |
ID |
The unique ID of this control |
Feq |
Clarion Field Equate Label of the control |
szPrompt |
Not used |
Flags |
Optional. button style flags. Can be one or more of the following flags: PTB:BTN_DISABLED Control is initially disabled PTB:BTN_HIDE Control is hidden PTB:BTN_READONLY Control is read only |
InsertAfterID |
Optional. Control should be inserted after the control with InsertAfterID. If you specify 0 as InsertAfterID, the control will be inserted first in band. |