Vcl.ExtCtrls.TGetColorsEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Type of event handler for the get colors event.

The following events require this event handler:

See Also