| [Overview][Types][Classes][Procedures and functions][Index] | 
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: tiUtils.pas line 582
type TtiIntegerList = class(TtiBaseObject) end;  | 
public  | 
constructor Create; virtual;  | 
destructor Destroy; override;  | 
procedure Add();  | 
function IndexOf();  | 
function Remove();  | 
property Items []: Int64; default; [rw]  | 
property Count: Integer; [r]  | 
procedure Sort;  | 
| | | 
TtiBaseObject,IInterface  | 
| | | 
TObject  |