Vcl.ExtCtrls.TCustomCategoryPanel.SetBounds

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

Delphi

procedure SetBounds(ALeft, ATop, AWidth, AHeight: Integer); override;

C++

virtual void __fastcall SetBounds(int ALeft, int ATop, int AWidth, int AHeight);

プロパティ

種類 可視性 ソース ユニット
procedure
function
public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls TCustomCategoryPanel

説明

1 回の操作で、カテゴリ パネルの位置とサイズを変更します。

カテゴリ パネル グループの制限の範囲内で、カテゴリ パネルの位置とサイズを変更します。SetBounds では、高さをカテゴリ パネルのヘッダーの高さより小さくすることはできません。同じカテゴリ パネル グループ内の他のカテゴリ パネルも、合わせて調節されます。LeftTopWidthHeight を個別に調節する代わりに SetBounds を呼び出すと、変更の間にパネルが再描画されません。