[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create a new instance of the TStringField class
Source position: db.pas line 482
public constructor TStringField.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner for the field class instance |
Create is used to create a new instance of the TStringField class. It initializes some TField properties after having called the inherited constructor.