Vcl.AxCtrls.GetOleStrings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetOleStrings(Strings: TStrings; var OleStrings: IStrings);

C++

extern DELPHI_PACKAGE void __fastcall GetOleStrings(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

Implements a TStrings object as an IStrings interface for use by OLE objects.

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.

See Also