User Tools

Site Tools


indexers_indexed_property

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
indexers_indexed_property [2018/09/11 04:16] wolfgangriedmannindexers_indexed_property [2018/09/11 08:37] (current) wolfgangriedmann
Line 56: Line 56:
   get    get
     local cValue as string     local cValue as string
-    cValue := "< not assigned >" +    if _oValues:TryGetValue( cName, OUT cValue ) == false 
-    _oValues:TryGetValue( cName, OUT cValue )+      cValue := "< not assigned >" 
 +    endif
     return cValue     return cValue
   end get   end get
indexers_indexed_property.txt · Last modified: 2018/09/11 08:37 by wolfgangriedmann