Vcl.ComCtrls.TCustomHeaderControl.OnCreateSectionClass

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

Delphi

property OnCreateSectionClass: TCustomHCCreateSectionClassEvent read FOnCreateSectionClass

C++

__property TCustomHCCreateSectionClassEvent OnCreateSectionClass = {read=FOnCreateSectionClass, write=FOnCreateSectionClass};

プロパティ

種類 可視性 ソース ユニット
event published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomHeaderControl


説明

セクション オブジェクト クラスの実行時仕様です。

OnCreateSectionClass イベントは、新しいヘッダー セクション オブジェクトが作成される直前に発生します。このイベント ハンドラは、Vcl.ComCtrls.TCustomHCCreateSectionClassEvent 型です。

関連項目