SetItems - copies the specified Values into the Items property.
Source position: dbctrls.pp line 372
protected procedure TCustomDBListBox.SetItems( |
Values: TStrings |
); override; |
Values |
|
New values for the property. |
SetItems is overridden in TCustomDBListBox to ensure that the DataChange method is called when the new Values are assigned to the Items property.
|
Performs actions needed when the linked dataset is repositioned. |
|
|
UpdateData - method for applying any pending changes to the data. |
|
|
The list of all items defined in the control. |
| Version 4.4 | Generated 2025-11-08 | Home |