Name
Name$
Name of control
Read-only Runtime-only String property
Applies to: Generic , MenuItem
Introduced in KCML version 6.10
Name$
Name of tabbed page
Read-only Runtime-only String property
Applies to: TabbedItem
Introduced in KCML version 6.20
Name$
Specifies the font face name used by the font set
String property
Applies to: Font Object
This is a read-only property containing the name of the control. A programmer can use this to identify the source of an event handled by a group handler though usually the tag property is a better choice for this purpose.
In the specific case of fonts the name is the font face name used by the specified font set. For example:
IF (.dlgfont1.Name$ == "Arial") ... END IF