Skip to content

pbSpecialBuild - cVersionInfo

Indicates whether the application is marked as being a "Special Build"

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Syntax

Property Boolean pbSpecialBuild
Access Type Syntax
Read Access: Get pbSpecialBuild to BooleanVariable
Write Access: Set pbSpecialBuild to BooleanVariable/Value

Description

When Resources were linked into the application, one of the flags was "Special Build". If checked, the information in 'Special Build Description' will be added. 'Special build' has no specific meaning and can be customized by the application developer.

The pbSpecialBuild property will return True if the application was marked as being a "Special Build", or it will return False.