Overview | System-Objects | Class-Tree | Class-List | Global Functions | Files |

Function of a Class

Returns a cloned copy of the current instance of QxWidget.

Parameters

NameTypeMandatoryInfo
cloneRecursiveBooleantrueShould the widget cloned recursive (including all childs)?
customPropertyListArraytrueOptional (reduced) list of properties to copy through

Type

This function is public. It can be used by both user and programmer.

Usage

QxWidget.clone(cloneRecursive, customPropertyList);