TopLevelContainer Property (ALog)

Returns a value that determines whether this object is the top-level object.

Syntax

[ bTopLevelContainer = ] Object.TopLevelContainer

The TopLevelContainer property syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

bTopLevelContainer

Bool

A boolean expression that specifies whether this object is the top-level object.

Where

bTopLevelContainer can be one of the following:

 

Value

Description

True

The control is the top-level object.

False *

The control is not the top-level object.

Comments

This property can be set at design time and is read-only at run time. For ATEasy this property always returns False.

Applies to

ALog

See Also

Parent