Queues an asynchronous call to AsyncCheckItemStates in the Application singleton.
Source position: comboex.pas line 306
protected procedure TCustomCheckCombo.QueueCheckItemStates; |
QueueCheckItemStates is a procedure used to queue an asynchronous call to the AsyncCheckItemStates method in the global Application singleton. QueueCheckItemStates is called from the DrawItem method.
|
Draws a check box item defined in the combo-box control. |
|
|
Inserts an asynchronous call into the queue. |
|
|
The TApplication singleton. |