[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: dbctrls.pp line 374
public constructor TCustomDBListBox.Create( |
AOwner: TComponent |
); override; |
Create is the overridden constructor for the class instance. Create calls the inherited constructor, and allocates and configures the internal TFieldDataLink used in the class instance. The DataChange and UpdateData methods are assigned as the OnDataChange and OnUpdateData event handlers in the TFieldDataLink instance.
|
Performs actions needed when the linked dataset is repositioned. |
|
|
UpdateData - method for applying any pending changes to the data. |
|
|
Event handler signalled when the field data link has been changed. |
|
|
OnUpdateData - event handler for updating any pending changes in the data. |
|
|
Constructor for the class instance. |
Version 4.0 | Generated 2025-05-03 | Home |