Vcl.ExtCtrls.TSectionEvent
Delphi
TSectionEvent = procedure(Sender: TObject;
ASection, AWidth: Integer) of object;
C++
typedef void __fastcall (__closure *TSectionEvent)(System::TObject* Sender, int ASection, int AWidth);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
type typedef |
public | Vcl.ExtCtrls.pas Vcl.ExtCtrls.hpp |
Vcl.ExtCtrls | Vcl.ExtCtrls |
説明
TSectionEvent はイベント ハンドラの型で、OnSized のように、THeader コントロールのセクションがサイズ変更されたときに応答します。
Sender は、ヘッダー コントロールです。
ASection は、サイズ変更されたセクションのインデックスです。
AWidth は、セクションの幅です。