IniFiles.THashItem
From RAD Studio VCL Reference
Contents |
Delphi Information
From IniFiles.pas
THashItem = record Next: PHashItem; Key: string; Value: Integer; end;
Unit: IniFiles
Type: struct
C++ Information
From IniFiles.hpp
THashItem = class
Unit: IniFiles
Type: class
Class Fields: IniFiles.THashItem Fields
Description
A variable of type THashItem contains information about an item in a hash table.
A variable of type THashItem contains information about an item in a hash table.
The following table lists the fields contained in a variable of type THashItem.
| Field | Meaning |
|---|---|
|
Next |
Specifies the address of the next item with the same hash code. |
|
Key |
Represents the item's name. |
|
Value |
Represents the item's value. |