psProgID - DfInPlaceComObject
Holds the CLSID (class ID) of the COM class represented
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psProgID
| Access Type | Syntax |
|---|---|
| Read Access: | Get psProgID to StringVariable |
| Write Access: | Set psProgID to StringVariable/Value |
Description
The psProgID property is used to hold the CLSID (class ID) of the COM class represented.
The CLSID is a 128-bit integer, which is a GUID (Globally Unique Identifier) that uniquely identifies a COM class.
128-bit numbers are too large to store as an Integer type. The CLSID is instead stored as a string with the following format.
'{xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}'
You should not change this Property.
See Also