Record THashEntry
Unit
Declaration
type THashEntry = record
Description
This item has no description.
Source: source/component/PasDoc_Hashes.pas (line 135).
Overview
Fields
| Public | next: PHashEntry; |
| Public | hash: Integer; |
| Public | key: String; |
| Public | value: String; |
| Public | data: Pointer; |
Description
Fields
| Public | next: PHashEntry; |
|
This item has no description. | |
| Public | hash: Integer; |
|
This item has no description. | |
| Public | key: String; |
|
This item has no description. | |
| Public | value: String; |
|
This item has no description. | |
| Public | data: Pointer; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.