Vcl.Controls.TDockZone.ExpandZoneLimit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ExpandZoneLimit(NewLimit: Integer);

C++

void __fastcall ExpandZoneLimit(int NewLimit);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDockZone

Description

Expands the zone limit for the children of a TDockZone object.

ExpandZoneLimit sets a new zone limit, given by the NewLimit parameter to the children on the last level of the TDockZone tree.

See Also