Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

set

Set a property value of an handle object.

Syntax

  • R = set(h, property_name, value)

Input argument

  • h - an handle object.
  • property_name - a string: property name.
  • value - a variable.

Output argument

  • R - user-settable properties and possible values for the object identified by h.

Description

This routine can be used to modify the value of a specified property from an handle object.

See also

QObject_set (set), get, invoke.

History

VersionDescription
1.0.0initial version

Author

Allan CORNET