Vcl.AxCtrls.GetOleStrings

提供:RAD Studio API Documentation

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);

プロパティ

種類 可視性 ソース ユニット 親
procedure
function
public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls Vcl.AxCtrls

説明

OLE オブジェクトが使用する IStrings インターフェースとして TStrings オブジェクトを実装します。

GetOleStrings を呼び出すと,Strings パラメータが IStrings として実装され StringsAdapter (TStrings) プロパティに代入されます。IStrings インターフェースは OleStrings パラメータとして返されます。

関連項目