CalcIt Forms & Controls

NAME

This property represents the unique ID of every control in the Form. Using this ID you can identify which control fired a specific event that called EventProc. This ID is the first parameter of any control definition command (e.g. ctrBUTTON(ID,..). Also is used in the syntax to access Properties or Functions of the Controls: FromVar(NAME).PropertyOrFunction

NOTE: Visual Form Designer selects automatically a unique ID when a new control is added in the Form. You can change this ID at any time.

For Control(s): ctrBUTTON, ctrCHART, ctrCHECKBOX, ctrCHECKLISTBOX, ctrCODEEDIT, ctrCOMBOBOX, ctrEDIT, ctrGRID, ctrGROUPBOX, ctrLABEL, ctrLEDIT, ctrLISTBOX, ctrMEMO, ctrPAGE, ctrRADIOBUTTON, ctrRTFMEMO, ctrSPLITTER, ctrTABPAGE, ctrTRACKBAR

Go Back