Class tobjectmsestringhashdatalist

Unit

Declaration

type tobjectmsestringhashdatalist = class(tpointermsestringhashdatalist)

Description

No description available, ancestor tpointermsestringhashdatalist description follows
No description available, ancestor tmsestringhashdatalist description follows
No description available, ancestor thashdatalist description follows

Hierarchy

Overview

Fields

Protected fownsobjects: boolean;

Methods

Protected procedure finalizeitem(const aitem: phashdataty) override;
Public constructor create(const aownsobjects: boolean = true);
Public procedure add(const akey: msestring; const avalue: tobject);
Public function addunique(const akey: msestring; const avalue: tobject): boolean;
Public procedure delete(const akey: msestring; const avalue: tobject);
Public function find(const akey: msestring): tobject; overload;
Public function find(const akey: msestring; out avalue: tobject): boolean; overload;
Public function find(const akey: msestring; out avalue: tobject; out acount: integer): boolean; overload;
Public function first: pobjectmsestringhashdataty;
Public function next: pobjectmsestringhashdataty;
Public function last: pobjectmsestringhashdataty;
Public function prev: pobjectmsestringhashdataty;
Public procedure iterate(const akey: msestring; const aiterator: objectmsestringiteratorprocty); overload;

Description

Fields

Protected fownsobjects: boolean;
 

Methods

Protected procedure finalizeitem(const aitem: phashdataty) override;
 
Public constructor create(const aownsobjects: boolean = true);
 
Public procedure add(const akey: msestring; const avalue: tobject);
 
Public function addunique(const akey: msestring; const avalue: tobject): boolean;
 
Public procedure delete(const akey: msestring; const avalue: tobject);
 
Public function find(const akey: msestring): tobject; overload;
 
Public function find(const akey: msestring; out avalue: tobject): boolean; overload;
 
Public function find(const akey: msestring; out avalue: tobject; out acount: integer): boolean; overload;
 
Public function first: pobjectmsestringhashdataty;
 
Public function next: pobjectmsestringhashdataty;
 
Public function last: pobjectmsestringhashdataty;
 
Public function prev: pobjectmsestringhashdataty;
 
Public procedure iterate(const akey: msestring; const aiterator: objectmsestringiteratorprocty); overload;
 

Generated by PasDoc 0.16.0.