Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TBooleanField.Create

Create a new instance of the TBooleanField class.

Declaration

Source position: db.pas line 888

public constructor TBooleanField.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner of the field instance.

Description

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.

See also

TField

  

Provide access to the contents of a single field in a record.


Documentation generated on: Jul 24 2023