Skip to main content

PlaceWidget

Type

statement

Summary

Add a child widget to the parent.

Syntax

place <mWidget>

Description

Adds a the specified child object to the widget in which the place statement is used. mWidget will reside on the layer above all previously placed widgets.

Parameters

NameTypeDescription

mWidget

The child widget object.

Examples

variable tNavbar as Widget
put a new widget "com.livecode.widget.navbar" into tNavbar
place tNavbar
Thank you for your feedback!

Was this page helpful?