Container_Handle - DfBaseWindow

Returns the Windows window handle of the DataFlex object's container

Type: Property

Access: Read-Only

Data Type: Handle

Parameters: None

Syntax
 Property Handle Container_Handle

Read Access: Get Container_Handle to HandleVariable


Description

The Container_Handle function returns the Windows window handle of the DataFlex object's container. If the object is a container object (e.g., Container3D), it will return the object's window_handle (i.e., the window handle is the container handle). If the object is a control (e.g., form), it will return its parent container's window_handle.

Note: A window handle (window_handle and container_handle) only exists if the object is currently paged.