| [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; |
| lazarus-ccr.sourceforge.net |