| [Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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]  | 
| | | ||
  | 
Abstract persistent field for use with TtiObject  | 
|
| | | ||
TtiBaseObject,IInterface  | 
||
| | | ||
TObject  |