Vcl.ExtCtrls.TSectionEvent

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

C++

typedef void __fastcall (__closure *TSectionEvent)(System::TObject* Sender, int ASection, int AWidth);

プロパティ

種類 可視性 ソース ユニット
typedef public Vcl.ExtCtrls.hpp Vcl.ExtCtrls Vcl.ExtCtrls


説明

TSectionEvent はイベント ハンドラの型で、OnSized のように、THeader コントロールのセクションがサイズ変更されたときに応答します。

Sender は、ヘッダー コントロールです。

ASection は、サイズ変更されたセクションのインデックスです。

AWidth は、セクションの幅です。

関連項目