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);

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!