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

TtiFieldFloat

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

Declaration

Source position: tiObject.pas line 195

type TtiFieldFloat = class(TtiFieldAbs) end;

protected

  procedure Clear; override;

  procedure SetAsString(); override;

  function GetAsString; override;

  procedure SetAsFloat(); virtual;

  procedure SetPrecision(); virtual;

public

  constructor Create();

  function Equals(); override;

  procedure Assign(); override;

  property AsFloat: Extended; [rw]

  property Precision: Integer; [rw]

  property Epsilon: Extended; [rw]

Inheritance

TtiFieldFloat

|

TtiFieldAbs

  

Abstract persistent field for use with TtiObject

|

TtiBaseObject,IInterface

|

TObject


Documentation generated on: 2017-08-16