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

TByteField.Create

Create new instance of TByteField

Declaration

Source position: db.pas line 644

public constructor TByteField.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: Sep 29 2022