scIgnoreProperties

Typefunction
Dictionarylibrary.smartcrumbsvcw
LibrarySmartCrumbsVCW
Syntax
scIgnoreProperties(<pLongId>)
Associationscom.livecode.library.smartcrumbsvcw
Summary

List of properties that SmartCrumbsVCW ignores changes

OSmac, windows, linux, ios, android
Platformsdesktop, mobile, web
Parameters
NameTypeDescription
pLongId

The long id of the object

Example
# We can know if the current object has the lock rectangle
if "rect" is among the lines of scIgnoreProperties( the long id of target) then
   return "lock rectangle"
 else
   return "unlock rectangle"
end if
RelatedCommand: scExportObject, scImportMainStack, scIgnoreProperty, scIgnoreAllProperties, scStopIgnoreProperty, scStopIgnoreAllProperties, scCreatePlugin, scInstallPlugin, scUninstallPlugin, scEnabledPlugin, scDisabledPlugin, scSetPluginSetting, scCleanTrash, scResetObjectCache, scCleanTrash, scResetObjectCache
Function: scIgnoreProperties, scListPlugins, scGetPluginSetting, scGetGUID, scGetPathLog, scGetGUID
Description

Use the scIgnoreProperties function to find out which properties the SmartCrumbVCW library ignores.

Tagsversion control