define

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
define <property> of <object>
Summary

Has no effect and is included in LiveCode for compatibility with imported SuperCard projects.

Introduced1.0
Platformsdesktop, server
Parameters
NameTypeDescription
property
object
RelatedCommand: undefine
Glossary: custom property, SuperCard, command, LiveCode
Description

In SuperCard and Oracle Media Objects, the define command is used to create a user property.

In LiveCode, you can use a custom property simply by setting its value with the set command, without creating it first, so this command is not needed.