Vcl.ComCtrls.TCustomTabControl.AdjustClientRect

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

Delphi

procedure AdjustClientRect(var Rect: TRect); override;

C++

virtual void __fastcall AdjustClientRect(System::Types::TRect &Rect);

プロパティ

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

説明

矩形で指定されるコントロールの表示領域を計算します。

AdjustClientRect は,子コントロールをクライアント領域のどこに配置するかについて,タブコントロールが詳細な情報を必要とするときに内部で呼び出されます。TCustomTabControl で実装されている AdjustClientRect は,DisplayRect プロパティを Rect パラメータとして返します。

関連項目