[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: dbctrls.pp line 1284
public constructor TDBCalendar.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance, and calls the inherited constructor. Create allocates resources for the internal TFieldDataLink instance used in the class. The DataChange and UpdateData methods in the control are assigned to the OnDataChange and OnUpdateData event handlers in the TFieldDataLink instance.
|
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 |