RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AxCtrls.GetOleStrings Function

Implements a TStrings object as an IStrings interface for use by OLE objects.

Pascal
procedure GetOleStrings(Strings: TStrings; var OleStrings: IStrings);
C++
GetOleStrings(TStrings Strings, IStrings OleStrings);

AxCtrls

When the GetOleStrings function is called, the Strings parameter is implemented as an IStrings and assigned to the StringsAdapter (TStrings) property. The IStrings interface is returned as the OleStrings parameter. 

 

TStringsAdapter 

TStrings 

SetOleStrings 

Marshaling Data

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!