var classID: TCLSID; sOLEObject: string; bIsSupport : boolean; begin { is installed ? } sOLEObject := 'Microsoft.DirectMusic.1'; bIsSupport := CLSIDFromProgID( PWideChar( WideString( sOLEObject ) ), classID ) = S_OK; if bIsSupport then ShowMessage( 'Supported.' ); ...
Microsoft AX 2012, X++, C#, SQL server, SSRS, Java, JavaFX, Oracle, PL/SQL, Delphi - codes examples, step-by-step tutorials, experiences.
Thursday, April 19, 2018
DELPHI - How check if OLE library is installed on client
When you use some special OLE object, you can check, if is installed on client (Winapi.ActiveX):
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment