Profile library

Typelibrary
DictionaryLCS
LibraryLiveCode Script
Synonymsprofiles library,profiles libraries,profile library,profile libraries
Associationsprofile library
RelatedGlossary: property, property profile, LiveCode custom library
Description

The LiveCode custom library that supports property profiles. The profile property is part of the Profile library.

TypeNameSummarySyntax
commandrevSetCardProfile

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>]

glossarymaster profile

revSetStackProfile <profileName> [, <stackName>]

- - -property profile

revSetStackProfile <profileName> [, <stackName>]

keywordgRevAutoCreateProfiles

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

libraryProfile library

gRevProfileReadOnly

propertyrevProfile

Specifies the current profile for an object.

set the revProfile of <object> to <profileName>