[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Create a new TField instance
Source position: db.pas line 376
public constructor TField.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the field. |
Create creates a new TField instance and sets up initial values for the fields. TField is a component, and AOwner will be used as the owner of the TField instance. This usually will be the form or datamodule on which the dataset was placed. There should normally be no need for a programmer to create a Tfield instance manually. The TDataset.Open method will create the necessary TField instances, if none had been creaed in the designer.
|
Activate the dataset: Fetch data into memory. |