Control.NameSym Property (Typed) | |
A symbol representing the name of the control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax Remarks
A symbol representing the name of the control. Do not confuse the name with the caption: the name is a programmer's ID and is never seen by the user.
The name is important in steering the built-in processing of the system. For example, the name of a push button is the name of the method that is invoked when the button is clicked, and the name of a control is the database field to which it is linked when a data window is linked to a data server.
See Also