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

TFMTBCDField.Create

Create a new instance of the TFMTBCDField class.

Declaration

Source position: db.pas line 1047

public constructor TFMTBCDField.Create(

  AOwner: TComponent

); override;

Arguments

AOwner

  

Owner of the field, usually the dataset.

Description

Create initializes a new instance of the TFMTBCDField class: it sets the MinValue, MaxValue, Size (15) and Precision (2) fields to their default values.

See also

MinValue

MaxValue

Size

  

Logical size of the field.

Precision


Documentation generated on: Jul 24 2023