Vcl.WinXPickers.TPickerPopupControl.PaintColumn
Delphi
procedure PaintColumn(Canvas: TCanvas; Column: TPickerColumn;
Drawer: TPickerDrawer; ColumnIndex: Integer); overload; virtual;
procedure PaintColumn(Column: TPickerColumn; Drawer: TPickerDrawer;
ColumnIndex: Integer); overload; virtual;
C++
virtual void __fastcall PaintColumn(Vcl::Graphics::TCanvas* Canvas, TPickerColumn* Column, TPickerDrawer* Drawer, int ColumnIndex)/* overload */;
virtual void __fastcall PaintColumn(TPickerColumn* Column, TPickerDrawer* Drawer, int ColumnIndex)/* overload */;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
procedure function |
protected | Vcl.WinXPickers.pas Vcl.WinXPickers.hpp |
Vcl.WinXPickers | TPickerPopupControl |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.