Unit 'o32intlst' Package
[Overview][Classes][Index] [#pl_orpheus]

TO32IntList

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

Declaration

Source position: o32intlst.pas line 44

type TO32IntList = class

protected

  FAllowDups: Boolean;

  

  FCount: Integer;

  

  FIsSorted: Boolean;

  

  FList: TList;

  

  function ilGetCapacity;

  

  function ilGetItem();

  

  procedure ilSetCapacity();

  

  procedure ilSetCount();

  

  procedure ilSetIsSorted();

  

  procedure ilSetItem();

  

  procedure ilSort;

  

public

  constructor Create;

  

  destructor Destroy; override;

  

  function Add();

  

  procedure Clear;

  

  procedure Insert();

  

  property AllowDups: Boolean; [rw]

  

  property Capacity: Integer; [rw]

  

  property Count: Integer; [rw]

  

  property IsSorted: Boolean; [rw]

  

  property Items []: Integer; default; [rw]

  

end;

Inheritance

TO32IntList

  

|

TObject



CT Web help

CodeTyphon Studio