lockLayout

Typefunction
Dictionarylibrary.responsivelayout
LibraryResponsiveLayout
Syntax
lockLayout()
Associationscom.livecode.library.responsivelayout
Summary

Get if layout update was blocked.

Example
on deleteButton
   if lockLayout() is true then unlockLayout
   updateLayout the long id of this card, true
end deleteButton
Values
NameTypeDescription
return

Returns a boolean to indicate if the design update is blocked.

Description

Use the lockLayout function to get if the layout update was blocked by the lockLayout command.