[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: dbctrls.pp line 1023
public constructor TDBMemo.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner for the class instance. |
Create is the overridden constructor for the class instance. Create calls the inherited constructor, and allocates resources for the internal TFieldDataLink instance used in the class. The DataChange and UpdateData methods are assigned as the OnDataChange and OnUpdateData event handlers in the TFieldDataLink instance. Create sets the default values for the ControlStyle and AutoDisplay properties.
|
DataChange - if Data changed, loads the new data into the appropriate part of the Field. |
|
|
UpdateData - if data changed, copy new text via the datalink. |
|
|
AutoDisplay - if True, automatically displays the data when loaded from the linked dataset. |
|
|
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. |
|
|
Contains style flags which control the features or behaviors enabled for the control. |
Version 4.0 | Generated 2025-05-03 | Home |