TDrawItemEventHandler Delegate
Represents the method that will handle the OnDrawItem event of a TCnComboBox or TCnListBox control.
type TDrawItemEventHandler = procedure(Sender: TObject; E: _DrawItemEventArgs) of Object;
Represents the method that will handle the OnDrawItem event of a TCnComboBox or TCnListBox control.
type TDrawItemEventHandler = procedure(Sender: TObject; E: _DrawItemEventArgs) of Object;