Navigation:  Language Reference > App C - PROP: Runtime Properties > Complete Property List >====== PROP:Threading ====== Previous pageReturn to chapter overviewNext page

Property of the SYSTEM built-in variable which, when set to zero (0), disables all MDI behavior and turns the application into an SDI application.

Example:

PROGRAM

!Data declarations

CODE

IF SomeCondition = TRUE

 SYSTEM{PROP:Threading} = 0   !Set to SDI behavior

END