SetRedraw Methods

Determines if drawing of a list is on or off.


Syntax

object.RLSetRedraw value
object.LLSetRedraw value

The syntax of the SetRedraw methods has these parts:

PartDescription
objectA DCombo control.
value  A boolean expression setting the redraw flag for the specified list. True drawing occurs, False drawing is turned off.

Remarks

When replacing the items in the right list from the LLClick event, set RLSetRedraw to False before clearing the list and then back to True after populating the list.

Data Type

Boolean