[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'db' (#fcl)

TFMTBCDField

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: db.pas line 808

type TFMTBCDField = class(TNumericField)

public

  constructor Create(); override;

  function CheckRange();

  property Value: TBCD; [rw]

published

  property Precision: LongInt; [rw]

  property Currency: Boolean; [rw]

  property MaxValue: ; [rw]

  property MinValue: ; [rw]

  property Size;

end;

Inheritance

TFMTBCDField

|

TNumericField

  

Base class for all numerical data field classe

|

TField

  

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

|

TComponent

?

TObject


Documentation generated on: Oct 21 2013