Vcl.ExtCtrls.TGetColorsEvent

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TGetColorsEvent = procedure(Sender: TCustomColorBox; Items: TStrings) of object;

C++

typedef void __fastcall (__closure *TGetColorsEvent)(TCustomColorBox* Sender, System::Classes::TStrings* Items);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
Vcl.ExtCtrls.pas
Vcl.ExtCtrls.hpp
Vcl.ExtCtrls Vcl.ExtCtrls


Beschreibung

Typ der Ereignisbehandlungsroutine für das Ereignis GetColors.

Diese Ereignisbehandlungsroutine ist für die folgenden Ereignisse erforderlich:

Siehe auch