Vcl.Controls.TDockTree.AdjustFrameRect

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TDockTree

説明

フレームの矩形領域を調整します。

AdjustFrameRect を呼び出すと、指定されたコントロールと ARect パラメータで指定されたドック矩形領域に基づいて、フレームの矩形領域を調整できます。

関連項目