Control.Name Property | |
A string representing the name of the control.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Name AS USUAL GET
public virtual Usual Name { get; }
Request Example
View SourceProperty Value
Type:
UsualA string representing the name of the control.
Remarks
A string 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