help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



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

TBCDField

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

Declaration

Source position: db.pas line 740

type TBCDField = class(TNumericField)

protected

  procedure CheckTypeSize(); override;

  function GetAsCurrency; override;

  function GetAsFloat; override;

  function GetAsLongint; override;

  function GetAsString; override;

  function GetValue();

  function GetAsVariant; override;

  function GetDataSize; override;

  function GetDefaultWidth; override;

  procedure GetText(); override;

  procedure SetAsFloat(); override;

  procedure SetAsLongint(); override;

  procedure SetAsString(); override;

  procedure SetAsCurrency(); override;

  procedure SetVarValue(); override;

public

  constructor Create(); override;

  function CheckRange();

  property Value: Currency; [rw]

published

  property Precision: LongInt; [rw]

  property Currency: Boolean; [rw]

  property MaxValue: Currency; [rw]

  property MinValue: Currency; [rw]

  property Size;

end;

Inheritance

TBCDField

|

TNumericField

|

TField

|

TComponent

?

TObject

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505