Vcl.Controls.TDockZone.Update

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Update;

C++

void __fastcall Update();

Properties

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

Description

Forces the controls inside the TDockZone object to update.

Update repaints the surface of the TDockZone object's children controls.

See Also