TStack = class(TObject) function Count: Integer; constructor Create; destructor Destroy; function Peek: TObject; function Pop: TObject; procedure Push(Obj: TObject); end;Description
Wrapper for the Delphi 5 TStack class. See Delphi help for more information.
function Count: Integer;Description
constructor Create;Description
destructor Destroy;Description
function Peek: TObject;Description
function Pop: TObject;Description
procedure Push(Obj: TObject);Description