DEVSYSTEM property (System)
Description
Specifies if the application is licensed for development capabilities.
Property Value
This property is a Boolean value. Returns TRUE$ if the application is licensed for development capabilities, or FALSE$ otherwise.
Property Traits
Development | Runtime | Indexed | Scaled | Synthetic |
---|---|---|---|---|
N/A | Get | No | No | No |
Remarks
N/A
Example
IsDevSystem = Get_Property ( "SYSTEM", "DEVSYSTEM" )
See Also
N/A