Uses an IStrings interface to assign the contents of a TStrings object.
procedure SetOleStrings(Strings: TStrings; OleStrings: IStrings);
SetOleStrings(TStrings Strings, IStrings OleStrings);
AxCtrls
Use SetOleStrings to update a TStrings object so that it matches the strings supplied by an IStrings interface. The Strings parameter is the TStrings object to update. The OleStrings parameter is the interface used as a source.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|