Graphisoft®

Dialog ManagerVersion: 2.0

EditControl::UpdateType Enum

The update method for the content of the edit control.

enum UpdateType
{
    Update =  DG_ET_UPDATE,
    NoUpdate =  DG_ET_NOUPDATE,
    NoDelay =  DG_ET_NODELAY
};

Value Definitions

Update
Content of the edit control is validated automatically in a short time (update delay time) after the last keypress.
NoUpdate
Content of the edit control is validated only if it loses the keyboard focus.
NoDelay
Content of the edit control is updated immediately.