Open main menu

RAD Studio API Documentation β

Vcl.WinXCtrls.TCustomActivityIndicator.Resize

Delphi

procedure Resize; override;

C++

DYNAMIC void __fastcall Resize(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.WinXCtrls.pas
Vcl.WinXCtrls.hpp
Vcl.WinXCtrls TCustomActivityIndicator

Description

Respond to control resize.

Vcl.WinXCtrls.TCustomActivityIndicator.Resize inherits from Vcl.Controls.TControl.Resize. All content below this line refers to Vcl.Controls.TControl.Resize.

Respond to control resize.

Resize is called automatically immediately after the control's dimensions change. As implemented in TControl, Resize calls the control's OnResize event handler if it is assigned.

See Also