RAD Studio VCL Reference
|
Returns the programmatic ID for a specified class given its class ID (CLSID).
function ClassIDToProgID(const ClassID: TGUID): string;
AnsiString ClassIDToProgID(const TGUID ClassID);
ClassIDToProgID retrieves the programmatic ID for the CLSID specified by the ClassID parameter.
If ClassIDToProgID succeeds, it returns the requested ProgID. If ClassIDToProgID fails an EOleSysError exception is raised with an error code indicating the cause of the error. The possible error codes are as follows:
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|