CONTROLCMD |
Top Previous Next |
Syntax INT = CONTROLCMD(win as WINDOW,id as INT,cmd as INT, ... ) Description Sends a command to a control. Parameters win - Window or dialog containing the control. id - Identifier of the control. cmd - Command to send. ... - Variable list of additional parameters based on the command. Return value Dependent on the command. Remarks See the sections on individual controls for details on usage. Example usage CONTROLCMD d1,1,@RTSETSELCOLOR,textclr |