RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
AxCtrls.SetOleStrings Function

Uses an IStrings interface to assign the contents of a TStrings object.

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

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!