AxCtrls.GetOleStrings
From RAD Studio VCL Reference
Contents |
Delphi Information
From AxCtrls.pas
procedure GetOleStrings(Strings: TStrings; var OleStrings: IStrings);
Unit: AxCtrls
Type: procedure
Visibility: public
C++ Information
From AxCtrls.hpp
void __fastcall GetOleStrings(Classes::TStrings * Strings, System::DelphiInterface<Stdvcl::IStrings> & OleStrings);
Unit: AxCtrls
Type: function
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.