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);
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.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|