Vcl.ActnMan.TControlCreatedEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TControlCreatedEvent = procedure(Sender: TObject;
var Control: TCustomActionControl) of object;

C++

typedef void __fastcall (__closure *TControlCreatedEvent)(System::TObject* Sender, TCustomActionControl* &Control);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.