linkVisitedColor
Type
property
Summary
Specifies the color of grouped text that has been clicked during the current session.
Syntax
set the linkVisitedColor to {<colorName> | <RGBColor>}
set the linkVisitedColor of <stack> to {empty | <colorName> | <RGBColor>}
Description
Use the linkVisitedColor property to make grouped text look and behave like links in a web browser.
Visited text is text whose visited property is true. This property is set to true when the user has clicked a text group during the current session.
If the linkVisitedColor of a stack is empty, grouped text in that stack is shown with the global linkVisitedColor property if the text's visited property is true.
If the linkVisitedColor of a stack is not empty, already-visited grouped text in that stack is shown with the stack's linkVisitedColor property, regardless of the global setting.
Examples
set the linkVisitedColor to "purple"
set the linkVisitedColor of stack "Help" to empty
Related
glossary: property, grouped text, hexadecimal, integer, browser, color reference
object: stack
property: visited
command: global
Compatibility and Support
Introduced
LiveCode 1.1
OS
mac
windows
linux
ios
android
Platforms
desktop
server
mobile