Profile library | |
Type | library |
Dictionary | LCS |
Library | LiveCode Script |
Synonyms | profiles library,profiles libraries,profile library,profile libraries |
Associations | profile library |
Related | Glossary: property, property profile, LiveCode custom library |
Description | The LiveCode custom library that supports property profiles. The profile property is part of the Profile library. |
Type | Name | Summary | Syntax |
---|---|---|---|
command | revSetCardProfile | Changes the current profile used for a card and all its objects. | revSetCardProfile <profileName> [, <stackName>] |
- - - | revSetStackFileProfile | Changes the current profile used for all stacks in a stack file and all their objects. | revSetStackFileProfile <profileName> [, <stackName>] |
- - - | revSetStackProfile | Changes the current profile used for a stack and all its objects. | revSetStackProfile <profileName> [, <stackName>] |
glossary | master profile | revSetStackProfile <profileName> [, <stackName>] | |
- - - | property profile | revSetStackProfile <profileName> [, <stackName>] | |
keyword | gRevAutoCreateProfiles | A special global variable that specifies whether to automatically create a profile when you switch to a new profile. | gRevAutoCreateProfiles |
- - - | gRevProfileReadOnly | A special global variable that specifies whether to save changes to the current profile when you switch profiles. | gRevProfileReadOnly |
library | Profile library | gRevProfileReadOnly | |
property | revProfile | set the revProfile of <object> to <profileName> |