Vcl.ComCtrls.TSectionNotifyEvent
Delphi
TSectionNotifyEvent = procedure(HeaderControl: THeaderControl;
Section: THeaderSection) of object;
C++
typedef void __fastcall (__closure *TSectionNotifyEvent)(THeaderControl* HeaderControl, THeaderSection* Section);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
type typedef |
public | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | Vcl.ComCtrls |
説明
TSectionNotifyEvent は、ヘッダー コントロールのイベント ハンドラ THeaderControl.OnSectionClick および THeaderControl.OnSectionResize の型です。
HeaderControl
は、ユーザーが何らかのアクションを実行した対象のヘッダー コントロールです。
Section
は、影響を受けたセクション(移動、クリック、サイズ変更などが行われたセクション)です。