[Overview][Types][Classes][Procedures and functions][Index] |
TStringToStringItem - an item in a StringToString Tree (associative array)
Source position: avglvltree.pas line 178
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 |