Vcl.Controls.TDockTree.UpdateAll

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateAll;

C++

void __fastcall UpdateAll();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDockTree

Description

Makes any internal adjustments to reflect the current state of the docked controls.

Applications can't call the protected UpdateAll method. It is called by the EndUpdate method when a series of updates to the dock tree have been completed.

UpdateAll adjusts the internal structures of the dock tree to reflect the current layout of all docked controls.

See Also