Inserts a control at the specified index.
int32 InsertUint64Control( string p_sControlID, int32 p_nIndex )
| Parameter Type | Parameter Name | Documentation | 
|---|---|---|
| string | p_sControlID | The control identifier such as "IDC_MY_CONTROL" or another appropriate identifier. | 
| int32 | p_nIndex | The index at which to insert the control. | 
None published. Please look for an example in the Simdify Scripting Language code base.