Vcl.WinXPickers.TBasePickerControl.OnDrawCell

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnDrawCell: TDrawPickerCellEvent read FOnDrawCell write FOnDrawCell;

C++

__property TDrawPickerCellEvent OnDrawCell = {read=FOnDrawCell, write=FOnDrawCell};

Properties

Type Visibility Source Unit Parent
event public
Vcl.WinXPickers.pas
Vcl.WinXPickers.hpp
Vcl.WinXPickers TBasePickerControl

Description

Occurs when a cell needs to be drawn and the popup panel is not visible.