Description: | Indicates whether multiple instances of a form can be created at execution time. (On Windows two or more instances of an application that includes the form can be executing at the same time.) | |
Used in object: | Form | |
Values (with constants): | True - Can create multiple instances.(POW-TRUE) False - Cannot create multiple instances.(POW-FALSE) It is only effective when the ScriptLanguage property of the Module is "1 - OOCOBOL Language Mode". You cannot create multiple instances when the property is "0 - COBOL85 Language Mode" | |
Default value: | False - Cannot create multiple instances.(POW-FALSE) | |
COBOL PICTURE | S9(4) COMP-5 | |
OLE data type: | VT-BOOL | |
Design time access: | Set and reference. | |
Execution time access: | Not accessible. | |
Backward compatibility attribute: | None. |