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