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

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.

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.

See Also

cVersionInfo