Vcl.ControlList.TControlListDrawItemEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TControlListDrawItemEvent = procedure(AIndex: Integer;
ACanvas: TCanvas; ARect: TRect; AState: TOwnerDrawState) of object;

C++

typedef void __fastcall (__closure *TControlListDrawItemEvent)(int AIndex, Vcl::Graphics::TCanvas* ACanvas, const System::Types::TRect &ARect, Winapi::Windows::TOwnerDrawState AState);

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.