Vcl.ExtCtrls.TSectionEvent

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

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 は、セクションの幅です。

関連項目