Livecode Wiki
Advertisement

Specifies whether an object(glossary) is selected.Syntax:

set the selected of <object> to {true | false}

Examples:

if the selected of button "Group" then select button "Ahhh"

Use the selected property to select an object(glossary) or find out whether the user has selected it with the Pointer tool.

You can select an object by setting its selected property to true, and deselect it by setting its selected to false.

See also: selectedImage (function),selected (property), Select

Advertisement