Class THash
Unit
PasDoc_Hashes
Declaration
type THash = class(TObject)
Description
Hierarchy
Overview
Methods
 |
constructor Create; |
 |
destructor Destroy; override; |
 |
procedure SetObject(_key: String; data: Pointer); |
 |
procedure SetString(_key: String; data: String); |
 |
procedure SetStringObject(_key: String; s: String; p: Pointer); |
 |
function GetObject(_key: String): Pointer; |
 |
function GetString(_key: String): String; |
 |
procedure GetStringObject(_key: String; var s: String; var p: Pointer); |
 |
function KeyExists(_key: String): Boolean; |
 |
procedure DeleteKey(_key: String); |
 |
function Keys: TStringList; overload; |
 |
function Keys(beginning: String): TStringList; overload; |
Properties
 |
property Count: Integer read FeldBelegt; |
 |
property Capacity: Integer read GetCapacity write SetCapacity; |
 |
property MaxCapacity: Integer read FMaxCapacity write SetMaxCapacity; |
Description
Methods
 |
constructor Create; |
|
 |
destructor Destroy; override; |
|
 |
procedure SetObject(_key: String; data: Pointer); |
|
 |
procedure SetString(_key: String; data: String); |
|
 |
procedure SetStringObject(_key: String; s: String; p: Pointer); |
|
 |
function GetObject(_key: String): Pointer; |
|
 |
function GetString(_key: String): String; |
|
 |
procedure GetStringObject(_key: String; var s: String; var p: Pointer); |
|
 |
function KeyExists(_key: String): Boolean; |
|
 |
procedure DeleteKey(_key: String); |
|
 |
function Keys: TStringList; overload; |
|
 |
function Keys(beginning: String): TStringList; overload; |
|
Properties
 |
property Count: Integer read FeldBelegt; |
|
 |
property Capacity: Integer read GetCapacity write SetCapacity; |
|
 |
property MaxCapacity: Integer read FMaxCapacity write SetMaxCapacity; |
|
Generated by PasDoc 0.15.0.
|