Vcl.ExtCtrls.TCustomGridPanel.UpdateControlOriginalParentSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UpdateControlOriginalParentSize(AControl: TControl; var AOriginalParentSize: TPoint); override;

C++

virtual void __fastcall UpdateControlOriginalParentSize(Vcl::Controls::TControl* AControl, System::Types::TPoint &AOriginalParentSize);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomGridPanel

Description

Updates the original size of the parent control.

Vcl.ExtCtrls.TCustomGridPanel.UpdateControlOriginalParentSize inherits from Vcl.Controls.TWinControl.UpdateControlOriginalParentSize. All content below this line refers to Vcl.Controls.TWinControl.UpdateControlOriginalParentSize.

Updates the original size of the parent control.

UpdateControlOriginalParentSize is a protected method that updates the original size of the parent control. It is used internally to update the anchor rules of the control.