Overview | Methods | This Package | All Packages
Retrieves the current value of the property.
Syntax
public Object getValue( Object component )
Parameters
component
The component that defines the property.
Return Value
Returns the value of the property.
Remarks
This method invokes the component's get<PropertyName> method to retrieve the current property value.
See Also setValue