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

TLongWordField.Create

Create new instance of TLongWordField.

Declaration

Source position: db.pas line 705

public constructor TLongWordField.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Field owner, usually a dataset.

Description

Create calls the inherited constructor and sets the values of the MinValueMaxValue and TField.DataType properties.

See also

MinValue

  

Minimum value for the field.

MaxValue

  

Maximum value for the field.

TField.DataType

  

The data type of the field.


Documentation generated on: Jan 30 2024