[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'tiObject' (#tiopf)

TtiFieldCurrency

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

Declaration

Source position: tiObject.pas line 221

type TtiFieldCurrency = class(TtiFieldAbs) end;

protected

  procedure Clear; override;

  procedure SetAsString(); override;

  function GetAsString; override;

  procedure SetAsFloat(); virtual;

  function GetAsFloat; virtual;

  function GetAsCurrencyString;

  procedure SetAsCurrencyString();

public

  constructor Create();

  function Equals(); override;

  procedure Assign(); override;

  property AsFloat: Extended; [rw]

  property AsInteger: Int64; [rw]

  property AsCurrencyString: string; [rw]

  procedure Inc();

Inheritance

TtiFieldCurrency

|

TtiFieldAbs

  

Abstract persistent field for use with TtiObject

|

TtiBaseObject,IInterface

|

TObject


Documentation generated on: 2017-08-16