Vcl.ComCtrls.TCustomHeaderControl.OnCreateSectionClass
Delphi
property OnCreateSectionClass: TCustomHCCreateSectionClassEvent read FOnCreateSectionClass write FOnCreateSectionClass;
C++
__property TCustomHCCreateSectionClassEvent OnCreateSectionClass = {read=FOnCreateSectionClass, write=FOnCreateSectionClass};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
event | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomHeaderControl |
説明
セクション オブジェクト クラスの実行時仕様です。
OnCreateSectionClass イベントは、新しいヘッダー セクション オブジェクトが作成される直前に発生します。このイベント ハンドラは、Vcl.ComCtrls.TCustomHCCreateSectionClassEvent 型です。