get
Retrieve a property value from an handle object.
📝Syntax
R = get(h, property_name)
📥Input Arguments
Parameter Description
h an handle object.
property_name a string: property name.
📤Output Arguments
Parameter Description
R The data type of the return value depends on the invoked method.
📄Description

R = get(h, property_name) returns the value of property asked.

🔗See Also
QObject_get (get)
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub