I'm trying to access an olevariant object type using Delphi. The object is passed through an event handler in the Active X library that I've imported.
Here's what the event handler is defined a...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_24084343.html
Hi!
I have a ActiveX component, that is giving me some problems. I'll try to explain :
The ActiveX after install, was instaled correctly.
However, there was another COM that didn't install, ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20310509.html
IN VB I have:
Dim aArgs(2) As String
aArgs(0) = sFilePath
aArgs(1) = "QuoteFileName"
aArgs(2) = "N"
Test.InvokeMethod("ABC", aArgs).
Try to do the same from delphi.
The problem ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21187422.html
I've got a function which returns an IUnknown in an OleVariant and I need to get the interface pointer out and call QueryInterface to see if it has an IDispatch interface. Using Delphi 5 I get "Inv...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_21887866.html
Hi all, i have a big pb with a C++ or VB translation for my soft in Delphi :/
Sorry for my bad english i'm french...
http://support.microsoft.com/kb/256195/en-us
//Original C++ code is:
...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_22593576.html
I am attempting to convert an array of TPoint to an OleVariant array and subsequently into a PSafeArray in order to use a function stored in a dll. I am aware of the post which illustrates the code...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_24258356.html
I have an Activex component that I'm calling from Delphi, in VB the return value that i'm looking for is easy to read
Private Sub m_rs_onReportCreationNotification(ByVal repordId As String, orderI...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_23136028.html
Using Delphi 2010
Imported a Type Library from a DLL written in VB
The object _cTC2005 is created fine and I'm able to access most of the properties/methods.
Function StockLists is defined as a ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_24706852.html
I am working with M SHTML_TLB trying to access the properties of a frame using IHTMLFramesCollection2.Frames.Item(Index) which returns an OleVariant. I beleive that the properties of the frame are ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Internet/Q_23051040.ht...
Hi Experts-
I've been working with MS Outlook 2007 UserProperties and getting bizarre results, if any at all without OLEVariant errors occuring. I'm relatively new to Outlook API code and need ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_24109064.html