Object.GetProperty
(gb)
Syntax
STATIC FUNCTION GetProperty ( Object AS Object, Property AS String ) AS Variant
Gets the value of an object property dynamically.
- Object is the object reference.
- Property is the name of the property.
This method returns the value of the property.