Vcl.Controls.TDockTree.AdjustFrameRect

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AdjustFrameRect(Control: TControl; var ARect: TRect); virtual;

C++

virtual void __fastcall AdjustFrameRect(TControl* Control, System::Types::TRect &ARect);

Properties

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

Description

Adjusts the frame rectangle.

Call AdjustFrameRect to adjust the frame rectangle based on the given control and the dock rectangle given by the ARect parameter.

See Also