| [Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Concrete persistent Int64 field
Source position: tiObject.pas line 172
type TtiFieldInteger = class(TtiFieldAbs) end;  | 
protected  | 
procedure Clear; override;  | 
procedure SetAsString(); override;  | 
function GetAsString; override;  | 
procedure SetAsInteger(); virtual;  | 
public  | 
constructor Create(); virtual; overload;  | 
function IsValidValue(); override;  | 
function Equals(); override;  | 
procedure Assign(); override;  | 
property AsInteger: Int64; [rw]  | 
property MaxDigits: Integer; [r]  | 
  | 
Concrete persistent Int64 field  | 
|
| | | ||
  | 
Abstract persistent field for use with TtiObject  | 
|
| | | ||
TtiBaseObject,IInterface  | 
||
| | | ||
TObject  | 
Concrete persistent Int64 field.