Vcl.ComCtrls.TCustomHeaderControl.OnDrawSection

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

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

関連項目