[Overview][Classes][Procedures and functions][Index] |
Constructor for the object instance.
Source position: dbextctrls.pp line 56
public constructor TDBDateEdit.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the object instance. |
Create is the overridden constructor for the object instance. Create call the inherited constructor using AOwner as the owner for the object instance. Create allocates resources needed for the DataLink property, and sets the event handlers for its OnDataChange and OnUpdateData properties to the DataChange and UpdateData methods in the class instance.
|
Maintains an association between a control, an action, and a field in a linked dataset. |
|
|
Event handler signalled when the field data link has been changed. |
|
|
OnUpdateData - event handler for updating any pending changes in the data. |
Version 4.0 | Generated 2025-05-03 | Home |