[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Source position: laz2_xmlutils.pas line 57
type THashItem = record |
||
Key: TXMLUtilString; |
|
|
HashValue: LongWord; |
|
|
Next: PHashItem; |
|
|
Data: TObject; |
|
|
end; |
Version 4.0 | Generated 2025-05-03 | Home |