Vcl.AxCtrls.SetOleStrings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetOleStrings(Strings: TStrings; OleStrings: IStrings);

C++

extern DELPHI_PACKAGE void __fastcall SetOleStrings(System::Classes::TStrings* Strings, System::Win::Stdvcl::_di_IStrings OleStrings);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls Vcl.AxCtrls

Description

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

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.

See Also