[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Constructor for the class instance.
Source position: dbctrls.pp line 767
public constructor TCustomDBComboBox.Create( |
TheOwner: TComponent |
); override; |
TheOwner |
|
Owner of the class instance. |
Create is the overridden constructor for the class instance, and calls the inherited constructor on entry. Create allocates and configures the internal TFieldDataLink instance used in the control. Its OnDataChange and OnUpdateData event handlers are set to the DataChange and UpdateData methods (respectively). Create sets the value used in ControlStyle.
|
DataChange - updates any changes in text. |
|
|
UpdateData - implements any pending changes in the data. |
|
|
OnDataChange - event handler for a change in the data. |
|
|
OnUpdateData - event handler for updating any pending changes in the data. |
|
|
Style flags, specifying whether the control responds to mouse clicks, can be re-sized, has particular actions, etc. |
lazarus-ccr.sourceforge.net |