Vcl.ComCtrls.TCustomHeaderControl.OnDrawSection
Delphi
property OnDrawSection: TCustomDrawSectionEvent read FOnDrawSection write FOnDrawSection;
C++
__property TCustomDrawSectionEvent OnDrawSection = {read=FOnDrawSection, write=FOnDrawSection};
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
event | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TCustomHeaderControl |
説明
ヘッダー セクションを描画します。
OnDrawSection を使用すると、カスタム セクションを描画するコードを定義することができます。OnDrawSection は、ヘッダー セクションの Style プロパティ(Sections 配列を介してアクセスする)が hsOwnerDraw に設定されているときにのみ、発生します。
OnDrawSection は、TCustomDrawSectionEvent 型のイベント ハンドラです。