|
RAD Studio VCL Reference
|
Implements a TStrings object as an IStrings interface for use by OLE objects.
procedure GetOleStrings(Strings: TStrings; var OleStrings: IStrings);
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!
|