Skip to main content

142 docs tagged with "statement"

View all tags
Docs

CombineListWith

Combines the list of strings in Target, using Delimiter as the delimiter.

DeleteElementOfArray

Deletes the element with key Key in Target. Index:An expression which evaluates to a string.

DeleteRangeByteOf

Deletes the bytes of data between indices Start and Finish in Target.

Get

Evaluate an expression and put it into the result.

Log

Logs a value.

PlaceWidgetAt

Add a child widget to the parent on the top or bottom layer

PlaceWidgetRelative

Add a child widget to the parent on a layer relative to that of a previously placed child.

PopList

Pops the last element from Source into Target Target:An expression which evaluates to a container.

PopupMenu

Displays a popup menu. Menu:An expression that evaluates to a string, which describes the menu items. Location:An expression that evaluates to a Point relative to the current widget. The topleft corner of the popup window will be placed here.

PutInto

Put a value into a container.

ReplaceString

Replaces occurrences of Pattern within Target in Replacement Source:An expression which evaluates to a string.

Return

Causes execution of the current handler to end, and control return to the caller.

SetTo

Put a value into a container.

SpliceIntoElementOfList

Removes the element of Target at Index and inserts each of the elements of Source into Target at Index.

SpliceIntoRangeOfList

Removes the elements of Target from Start to Finish and inserts each of the elements of Source into Target at Start.

StringSplitBy

Splits the string in Target into a list of strings, using Delimiter as the delimiter.

TriggerAll

Causes all of a widget's property triggers to be fired.

UnitPlan

Announce how many test results are expected from the unit test.

WriteToStream

Write data to a stream. Stream:An expression that evaluates to a stream.