Vcl.Controls.TDockZone.ResetZoneLimits

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResetZoneLimits;

C++

void __fastcall ResetZoneLimits();

Properties

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

Description

Resets all the child zones of a TDockZone object.

Call ResetZoneLimits to reset all the limits of the child zones inside a TDockZone object. If the ZoneLimit is too big or too small, ResetZoneLimits just resets all child zones.

See Also