| [Overview][Types][Classes][Procedures and functions][Index] |
TStringToStringItem - an item in a StringToString Tree (associative array)
Source position: avglvltree.pas line 212
type TStringToStringItem = record |
||
Name: string; |
|
The Name that identifies the string within the associative array |
Value: string; |
|
The Value of the string held within the associative array |
end; |
| lazarus-ccr.sourceforge.net |