Unit 'DBCtrls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lcl]

TDBEdit.Create

Constructor for the class instance.

Declaration

Source position: dbctrls.pp line 208

public constructor TDBEdit.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner of the class instance.

Description

Create is the overridden constructor for the class instance. Create calls the inherited constructor, then creates and configures the internal TFieldDataLink instance used in the control. The DataChange and UpdateData methods are assigned to the OnDataChange and OnUpdateData event handlers in the TFieldDataLink instance.

See also

TFieldDataLink.OnDataChange

  

OnDataChange - event handler for a change in the data.

TFieldDataLink.OnUpdateData

  

OnUpdateData - event handler for updating any pending changes in the data.

TCustomMaskEdit.Create

  

Constructor for the class instance.