LocationName Property (ALog)

Returns the short (UI-friendly) name of the resource the control is currently displaying.

Syntax

[ 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.

Comments

This property is read-only at run time.

Example

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

Applies to

ALog

See Also

LocationURL, Navigate