Indicates whether or not the Web thin client has detected that it is a second instance and is blocked.
IsBlockedInstance is Read Only.
Parameter Type | Input | Output |
---|---|---|
(BOOL ) | N/A | [TRUE, FALSE] |
The property is of the data type BOOL.
TRUE = the Web Thin Client control is blocked and will not run the Thin Client application.
FALSE = the control is the first instance and will run the Thin Client application.
For example:
If AcuThinAX.IsBlockedInstance = TRUE
The IsBlockedInstance property may be checked any time after the Web thin client (in this example, AcuThinAX) has been invoked.