Vcl.ComCtrls.TCustomHeaderControl.OnSectionClick

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

Delphi

property OnSectionClick: TCustomSectionNotifyEvent read 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 型のイベント ハンドラです。

関連項目