AddNumberTo
Adds Value to Target.
Adds Value to Target.
Cancels a timer.
Add a path to a canvas.
Begin a new drawing layer on a canvas. mBounds:An expression which evaluates to a rectangle.
Clip to a rectangle on a canvas.
Clip to a path on a canvas.
Closes the current subpath of a canvas.
Add a curve to a canvas.
Draw an image on a canvas.
End the current drawing layer on a canvas.
Fill a path on a canvas.
Render filled text on a canvas.
Render filled text on a canvas.
Add a line to a canvas.
Measure text when drawn to a canvas.
Move to a point on a canvas.
Restore the previously saved state of a canvas.
Apply a rotation to a canvas.
Save the current state of a canvas.
Apply a scale to a canvas.
Stroke a path on a canvas.
Apply a transform to a canvas.
Apply a translation to a canvas.
Closes the current widget popup.
Combines the list of strings in Target, using Delimiter as the delimiter.
Create a named directory.
Delete a directory.
Deletes the element with key Key in Target. Index:An expression which evaluates to a string.
Delete a file from the filesystem.
Deletes the first byte in Target.
Deletes the first char in Target.
Deletes the first codeunit in Target.
Deletes the first element of Target.
Deletes the last byte in Target.
Deletes the last char in Target.
Deletes the last codeunit in Target.
Deletes the last element of Target.
Deletes the bytes of data between indices Start and Finish in Target.
Deletes the chars between indices Start and Finish in Target.
Deletes the codeunits between indices Start and Finish in Target.
Deletes the elements between indices Start and Finish in Target.
Deletes the byte of data at index Index in Target.
Deletes the char at index Index in Target.
Deletes the codeunit at index Index in Target.
Deletes the element at index Index in Target.
Divides Target by Value.
Evaluates an expression. Expr:The expression to evaluate.
Executes some LiveCode script.
Check a precondition
Check a precondition, with a reason
Formats a boolean value as a string
Formats a numeric value as a string
Evaluate an expression and put it into the result.
Add a new stop to the ramp of a gradient paint.
Apply a rotation to a gradient paint.
Apply a scale to a gradient paint.
Apply a transform to a gradient paint.
Apply a translation to a gradient paint.
Logs a value.
Multiplies Target by Value.
Parses a list of strings as a list of numbers
Parses a string as a boolean value
Parses a string as an number
Extend a path by adding another path.
Adds an arc to a path.
Closes the current subpath of a path.
Adds a curve to a path.
Adds an arc to a path.
Adds an arc to a path.
Adds a line to a path.
Move to a new point on a path.
Apply a rotation to a path.
Apply a scale to a path.
Apply a transform to a path.
Apply a translation to a path.
Apply a rotation to a pattern.
Apply a scale to a pattern.
Apply a transform to a pattern.
Apply a translation to a pattern.
Add a child widget to the parent.
Add a child widget to the parent on the top or bottom layer
Add a child widget to the parent on a layer relative to that of a previously placed child.
Pops the last element from Source into Target Target:An expression which evaluates to a container.
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.
Opens a widget within a popup window.
Post a message to a script object.
Pushes Value onto Target.
Appends Source bytes to Target bytes.
Prepends Source bytes to Target bytes.
Put a value into a container.
Appends Source to Target.
Prepends Source to Target.
Quit the application
Redraws the widget.
Replaces occurrences of Pattern within Target in Replacement Source:An expression which evaluates to a string.
Clear the system error code.
Resolves a file path relative to a script object.
Resolves a string to a script object.
Causes execution of the current handler to end, and control return to the caller.
Reverse binary data
Reverse a string
Reverse a list
Rounds Target to the nearest integer.
Schedules a timer.
Send a message to a script object.
Put a value into a container.
Sorts Target in ascending order.
Sorts Target in ascending binary order.
Sorts Target in ascending numeric order.
Sorts Target in ascending text order.
Sorts Target in descending text order.
Sorts Target in descending binary order.
Sorts Target in descending numeric order.
Sorts Target in descending text order.
Sorts Target using Handler as a comparison function.
Inserts each of the elements of Source into Target after element at index Index.
Inserts each of the elements of Source into Target before element at index Index.
Removes the element of Target at Index and inserts each of the elements of Source into Target at Index.
Removes the elements of Target from Start to Finish and inserts each of the elements of Source into Target at Start.
Splits the string in Target into a list of strings, using Delimiter as the delimiter.
Subtracts Value from Target.
Causes an error to be raised.
Concatenate transform a with transform b.
Apply a rotation to a transform.
Apply a scale to a transform.
Apply a skew to a transform.
Apply a translation to a transform.
Causes all of a widget's property triggers to be fired.
Log unit test diagnostic message.
Announce how many test results are expected from the unit test.
Make a unit test assertion
Make a unit test assertion with a description
Make a failing unit test assertion
Make a failing unit test assertion with a description
Make a failing unit test assertion with a reason for brokenness
Make a failing unit test assertion with a reason for brokenness
Record a skipped test
Record a skipped test with a description
Record a skipped test with a test description and reason for skipping
Record a skipped test with a reason for skipping
Remove a child widget from the parent.
Write data to a stream. Stream:An expression that evaluates to a stream.