Vcl.ControlList.TControlListEnableItemEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TControlListEnableItemEvent = procedure(const AIndex: Integer; var AEnabled: Boolean) of object;

C++

typedef void __fastcall (__closure *TControlListEnableItemEvent)(const int AIndex, 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.