TiPlotComponent.EnableLayoutManager

TiPlotComponent See Also

Used to enable the layout manager control of z-orders for layout objects.

procedure
EnableLayoutManager;

Description

Call EnableLayoutManager to enable layout manager control of z-orders for layout objects.

When the layout manger is enabled, the z-order of layout objects is modified whenever a layout object is added or removed. When a layout object is added, its z-order is set to zero and the z-order of all other layout objects are incremented. When a layout object is removed, the z-order of all other layout objects decrements. When the layout manager is disabled, the z-order of layout objects is not modified when layout objects are added or removed.

Example

Delphi

iComponent.EnableLayoutManager;

C++ Builder

iComponent->EnableLayoutManager();

Contents | Index | Previous | Next