Retrieve a property value from an handle object.
R = get(h, property_name)
h - an handle object.
property_name - a string: property name.
R - The data type of the return value depends on the invoked method.
R = get(h, property_name) returns the value of property asked.
QObject_get (get).
1.0.0
initial version
Last updated 3 months ago