allowFieldRedraw

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the allowFieldRedraw to {true | false}
Summary

Has no effect and is included in LiveCode for compatibility with imported SuperCard projects.

Introduced1.0
Platformsdesktop, server
RelatedCommand: unlock screen, lock screen
Function: value
Glossary: property, handler, SuperCard, LiveCode, redraw, error
Object: field
Description

In SuperCard, the allowFieldRedraw property determines whether scrolling fields are redrawn after scrolling. In LiveCode, scrolling fields are always redrawn.

The allowFieldRedraw property is always set to false. A handler can set it to any value without causing a script error, but the actual value is not changed.