Class thashedmsestrings
Unit
Declaration
type thashedmsestrings = class(TObject)
Description
This item has no description.
Hierarchy
- TObject
- thashedmsestrings
Overview
Methods
| Public | constructor create; |
| Public | procedure clear; virtual; |
| Public | procedure add(const key: msestring; data: pointer = pointer($ffffffff)); overload; |
| Public | procedure add(const keys: array of msestring; startindex: pointer = pointer($00000001)); overload; |
| Public | procedure delete(const key: msestring); virtual; |
| Public | function find(const key: msestring): pointer; overload; |
| Public | function find(const key: lmsestringty): pointer; overload; |
| Public | function findi(const key: msestring): pointer; overload; |
| Public | function findi(const key: lmsestringty): pointer; overload; |
| Public | function next: pmsedatastringty; |
Properties
| Public | property bucketcount: integer read getbucketcount write setbucketcount default defaultbucketcount; |
| Public | property count: integer read fcount; |
Description
Methods
| Public | constructor create; |
|
This item has no description. | |
| Public | procedure clear; virtual; |
|
This item has no description. | |
| Public | procedure add(const key: msestring; data: pointer = pointer($ffffffff)); overload; |
|
This item has no description. | |
| Public | procedure add(const keys: array of msestring; startindex: pointer = pointer($00000001)); overload; |
|
This item has no description. | |
| Public | procedure delete(const key: msestring); virtual; |
|
This item has no description. | |
| Public | function find(const key: msestring): pointer; overload; |
|
This item has no description. | |
| Public | function find(const key: lmsestringty): pointer; overload; |
|
This item has no description. | |
| Public | function findi(const key: msestring): pointer; overload; |
|
This item has no description. | |
| Public | function findi(const key: lmsestringty): pointer; overload; |
|
This item has no description. | |
| Public | function next: pmsedatastringty; |
|
This item has no description. | |
Properties
| Public | property bucketcount: integer read getbucketcount write setbucketcount default defaultbucketcount; |
|
This item has no description. | |
| Public | property count: integer read fcount; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.