Create a new instance of the TBooleanField class.
Source position: db.pas line 894
public constructor TBooleanField.Create( |
AOwner: TComponent |
); override; |
AOwner |
|
Owner of the field instance. |
Create initializes a new instance of the TBooleanField class. It calls the inherited constructor and then sets some TField properties to configure it for working with boolean values.
|
Provide access to the contents of a single field in a record. |