Vcl.ControlList.TControlListShowControlEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TControlListShowControlEvent = procedure(const AIndex: Integer; AControl: TControl; var AVisible: Boolean) of object;

C++

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

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.