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

TShortintField.Create

Create new instance of TShortintField.

Declaration

Source position: db.pas line 635

public constructor TShortintField.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: Jul 24 2023