Vcl.ControlList.TControlListEnableControlEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TControlListEnableControlEvent = procedure(const AIndex: Integer; AControl: TControl; var AEnabled: Boolean) of object;

C++

typedef void __fastcall (__closure *TControlListEnableControlEvent)(const int AIndex, Vcl::Controls::TControl* AControl, bool &AEnabled);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.ControlList.pas
Vcl.ControlList.hpp
Vcl.ControlList Vcl.ControlList

Description

Embarcadero Technologies does not currently have any additional information.