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

TExtendedField

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

Declaration

Source position: db.pas line 792

type TExtendedField = class(TNumericField)

public

  constructor Create(); override;

  function CheckRange();

  property Value: Extended; [rw]

published

  property Currency: Boolean; [rw]

  property MaxValue: Extended; [rw]

  property MinValue: Extended; [rw]

  property Precision: LongInt; [rw]

end;

Inheritance

TExtendedField

|

TNumericField

  

Base class for all numerical data field classes.

|

TField

  

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

|

TComponent

|

TPersistent,IUnknown,IInterfaceComponentReference

|

TObject,IFPObserved


Documentation generated on: Jul 24 2023