Container Property (ALog)

Returns the container/parent automation object, if that is accessible.

Syntax

[ ContainerObject = ] Object.Container

The Container property syntax has the following parts:

 

Name

Type

Description

Object

ALog

ALog control

ContainerObject

Object

Retrieves a pointer to the object interface of the container/parent.

Comments

The default is this automation object. This property is read-only at run time.

Example

The following statement retrieves the container/parent automation object, if that is accessible:

alogobjcont1 = log1.Container

Applies to

ALog

See Also

Parent