Skip to main content

59 docs tagged with "expression"

View all tags
Docs

Caller

The caller's script object

EmptyList

Designates the list of length zero.

IsEditMode

Determines whether the IDE is in edit mode.

IsPoppedUp

Tests if the current widget is in a popup window. Resturns:True if the current widget is in a popup window, False otherwise.

MyBounds

Returns the bounds of the widget.

MyChildren

The currently placed child widgets of this widget.

MyDisabled

Returns the disabled state of the widget.

MyEnabled

Returns the enabled state of the widget.

MyFont

Returns the font of the widget.

MyHeight

Returns the height of the widget.

MyName

Returns the name of the widget's script object

MyPaint

Returns a particular paint of the widget.

MyPixelScale

Returns the scaling factor of pixels for the widget

MyRectangle

Returns the rectangle of the widget in the parent

MyWidth

Returns the width of the widget.

TheClickButton

Determines the mouse button which started the mouse click.

TheClickCount

Determines the number of successive clicks within the click distance.

TheMouseLocation

Determines the location of the mouse pointer relative to the widget.

TheResult

The result of the previous statement.

TheTarget

The child widget that started the current execution.