Returns a Progress.Reflect.Variable instance describing the class variable that matches the specified conditions. If there is no matching variable, the method returns the Unknown value (?).
Return type: Progress.Reflect.Variable class
Access: PUBLIC
Applies to: Progress.Lang.Class class
GetVariable ( INPUT variable-name AS CHARACTER ) GetVariable ( INPUT variable-name AS CHARACTER, INPUT flags AS Progress.Reflect.Flags ) |