Class THash
Unit
Declaration
type THash = class(TObject)
Description
This item has no description.
Source: source/component/PasDoc_Hashes.pas (line 149).
Hierarchy
- TObject
- THash
Overview
Methods
| Public | constructor Create; |
| Public | destructor Destroy; override; |
| Public | procedure SetObject(_key: String; data: Pointer); |
| Public | procedure SetString(_key: String; data: String); |
| Public | procedure SetStringObject(_key: String; s: String; p: Pointer); |
| Public | function GetObject(_key: String): Pointer; |
| Public | function GetString(_key: String): String; |
| Public | procedure GetStringObject(_key: String; var s: String; var p: Pointer); |
| Public | function KeyExists(_key: String): Boolean; |
| Public | procedure DeleteKey(_key: String); |
| Public | function Keys: TStringList; overload; |
| Public | function Keys(beginning: String): TStringList; overload; |
Properties
| Public | property Count: Integer read FeldBelegt; |
| Public | property Capacity: Integer read GetCapacity write SetCapacity; |
| Public | property MaxCapacity: Integer read FMaxCapacity write SetMaxCapacity; |
Description
Methods
| Public | constructor Create; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
| Public | procedure SetObject(_key: String; data: Pointer); |
|
This item has no description. | |
| Public | procedure SetString(_key: String; data: String); |
|
This item has no description. | |
| Public | procedure SetStringObject(_key: String; s: String; p: Pointer); |
|
This item has no description. | |
| Public | function GetObject(_key: String): Pointer; |
|
This item has no description. | |
| Public | function GetString(_key: String): String; |
|
This item has no description. | |
| Public | procedure GetStringObject(_key: String; var s: String; var p: Pointer); |
|
This item has no description. | |
| Public | function KeyExists(_key: String): Boolean; |
|
This item has no description. | |
| Public | procedure DeleteKey(_key: String); |
|
This item has no description. | |
| Public | function Keys: TStringList; overload; |
|
This item has no description. | |
| Public | function Keys(beginning: String): TStringList; overload; |
|
This item has no description. | |
Properties
| Public | property Count: Integer read FeldBelegt; |
|
This item has no description. | |
| Public | property Capacity: Integer read GetCapacity write SetCapacity; |
|
This item has no description. | |
| Public | property MaxCapacity: Integer read FMaxCapacity write SetMaxCapacity; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.