Navigation:  Language Reference > App B - Events > Field-Independent Events >====== Field-Independent Events ====== Previous pageReturn to chapter overviewNext page

NewC7.jpg

A Field-independent event does not relate to any one control but requires some program action (for example, to close a window, quit the program, or change execution threads). Most of these events cause the system to become modal for the period during which they are processing, since they require a response before the program may continue.

EVENT:AlertKey EVENT:BuildDone
EVENT:BuildFile EVENT:BuildKey
EVENT:CloseDown EVENT:CloseWindow
EVENT:Completed DDE Events
EVENT:Docked EVENT:Undocked
EVENT:GainFocus EVENT:Iconize
EVENT:Iconized EVENT:LoseFocus
EVENT:Maximize EVENT:Maximized
EVENT:Move EVENT:Moved
EVENT:OpenWindow EVENT:PreAlertKey
EVENT:Restore EVENT:Restored
EVENT:Size EVENT:Sized
EVENT:Timer