Vcl.ControlList.TCustomControlList.DoAfterDrawItem

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoAfterDrawItem(AIndex: Integer;
ACanvas: TCanvas; ARect: TRect; AState: TOwnerDrawState); virtual;

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.ControlList.pas
Vcl.ControlList.hpp
Vcl.ControlList TCustomControlList

Description

Embarcadero Technologies does not currently have any additional information.