Returns the short (UI-friendly) name of the resource the control is currently displaying.
[ sLocationName = ] Object.LocationName
The LocationName property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ALog |
ALog control |
|
sLocationName |
BString |
Retrieves the short (UI-friendly) name of the resource the control is currently displaying. |
This property is read-only at run time.
The following statement sets the form caption to show the current log short (UI-friendly) name of the resource the control is currently displaying:
Form.Caption = log1.LocationName