Vcl.WinXPickers.TPickerPopupControl.PaintCell

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure PaintCell(Canvas: TCanvas; Rect: TRect; const Text: string;
Drawer: TPickerDrawer; Highlighted, Selected: Boolean); virtual;

C++

virtual void __fastcall PaintCell(Vcl::Graphics::TCanvas* Canvas, const Winapi::Windows::TRect &Rect, const System::UnicodeString Text, TPickerDrawer* Drawer, bool Highlighted, bool Selected);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.WinXPickers.pas
Vcl.WinXPickers.hpp
Vcl.WinXPickers TPickerPopupControl

Description

Embarcadero Technologies does not currently have any additional information.