Graphisoft®

Dialog ManagerVersion: 2.0

PopUp::EnableDraw

Enables screen update of the popup control.

void EnableDraw (void);

Description

It is advisable to disable screen updates when inserting, deleting or modifying more popup items simultaneously. Use DisableDraw right before the first popup modification and call EnableDraw right after the last popup modification. These two functions must always be used in pairs.