allowFieldRedraw | |
Type | property |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Has no effect and is included in LiveCode for compatibility with imported SuperCard projects. |
Introduced | 1.0 |
Platforms | desktop, server |
Related | Command: 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. |