Try OpenEdge Now
skip to main content
GUI for .NET Programming
Accessing and Managing .NET Classes from ABL : Accessing .NET class members : Accessing .NET indexed properties and collections : Indexed properties in chained references
 
Indexed properties in chained references
You can use indexed properties in chained references, for example, as shown by the following syntax examples:

Syntax

variable-name = object-reference:object-reference:property-name[ key ].
object-reference:property-name[ key ]:method-name( ).
variable-name = object-reference:property-name[ key ]:property-name.