Table of Contents

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

DevelopmentRuntimeIndexedScaledSynthetic
N/AGetNoNoNo

Remarks

N/A

Example

 
IsDevSystem = Get_Property ( "SYSTEM", "DEVSYSTEM" )
 
 
 

See Also

N/A