Vcl.ComCtrls.TCustomHeaderControl.OnSectionClick
Delphi
property OnSectionClick: TCustomSectionNotifyEvent read FOnSectionClick write FOnSectionClick;
C++
__property TCustomSectionNotifyEvent OnSectionClick = {read=FOnSectionClick, write=FOnSectionClick};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
event | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomHeaderControl |
説明
ヘッダー セクションに対するマウス クリックに応答します。
OnSectionClick イベントは、ユーザーがヘッダー セクションをクリックした際に発生します。
OnSectionClick は、Vcl.ComCtrls.TCustomSectionNotifyEvent 型のイベント ハンドラです。