Vcl.ComCtrls.TCustomSectionNotifyEvent

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

Delphi

TCustomSectionNotifyEvent = procedure(HeaderControl: TCustomHeaderControl;
Section: THeaderSection) of object;

C++

typedef void __fastcall (__closure *TCustomSectionNotifyEvent)(TCustomHeaderControl* HeaderControl, THeaderSection* Section);

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls Vcl.ComCtrls

説明

TCustomSectionNotifyEvent は、OnSectionResize イベントと OnSectionClick イベントで呼び出される手続きです。


関連項目