customPropertySets

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
get the customPropertySets of <object>
Associationsstack, card, field, button, graphic, scrollbar, player, image
Summary

Lists all the custom property sets that can apply to an object.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
if it is among the lines of the customPropertySets of me then doItOver
Values
NameTypeDescription
Value

The customPropertySets of an object is a list of all the custom property sets belonging to the specified object, one per line.

RelatedProperty: customPropertySet, revProfile, customKeys
Command: set
Glossary: custom property, property, object
Control Structure: getProp, setProp
Description

Use the customPropertySets property to find out what property sets are defined for an object.

You can delete an object's custom property sets by setting the object's customPropertySets to empty.

Tagsproperties