Create a new instance of the TStringField class.
Source position: db.pas line 537
| 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.