TiPlotComponent.DisableLayoutManager

TiPlotComponent See Also

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

procedure
DisableLayoutManager;

Description

Call DisableLayoutManager to disable layout manager control of z-orders for layout objects.

When the layout manger is enabled, the z-order of layout objects are modified whenever a layout objects 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.DisableLayoutManager;

C++ Builder

iComponent->DisableLayoutManager();

Contents | Index | Previous | Next