Skip to content

phoVersionInfo - cApplication

Holds the object-handle of the embedded cVersionInfo object

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

Syntax

Property Handle phoVersionInfo
Access Type Syntax
Read Access: Get phoVersionInfo to HandleVariable
Write Access: Set phoVersionInfo to HandleVariable/Value

Description

An instance of cVersionInfo is encapsulated within this class to provide access to any Version Information that may be compiled into your program. Use the phoVersionInfo property to retrieve its object handle.

Col 1 Col 2
Note: Primarily, this is a read-only property. However, if you were to create your own version information object to replace the internal one, you could assign its object-handle to this property.