Advertising banner:

History
 
 FCAppSecurityFlag
Home • Help • A0 • Customization Tools • FCAS • Language Reference • FCAppSecurityFlag
 
FCAppSecurityFlag (FirstClass internal functions)
Minimum version: 4.0
Purpose
Returns the status of various flags for a loaded application.
TRUE means a flag is on, FALSE that it is off.
Syntax
FCAppSecurityFlag (Index | ApplicationName, Index)


Index
The index number of the flag for which you want the status.
ApplicationName
If omitted, the value returned is from the called application.

Example
If (fcAppSecurityFlag(4)) Then Debug "This app uses Batch Admin"