Click or drag to resize

Control.NameSym Property

X#
A symbol representing the name of the control.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY NameSym AS USUAL GET 
Request Example View Source

Property Value

Type: Usual
A symbol representing the name of the control.
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