Vcl.ComCtrls.TCustomHeaderControl.OnSectionCheck

提供:RAD Studio API Documentation

Delphi

property OnSectionCheck: TCustomSectionNotifyEvent read FOnSectionCheck  write FOnSectionCheck;

C++

__property TCustomSectionNotifyEvent OnSectionCheck = {read=FOnSectionCheck, write=FOnSectionCheck};

プロパティ

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

説明

OnSectionCheck は、Vcl.ComCtrls.TCustomSectionNotifyEvent 型のイベント ハンドラです。

関連項目