Vcl.AxCtrls.TStringsAdapter.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(Strings: TStrings);

C++

__fastcall TStringsAdapter(System::Classes::TStrings* Strings);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls TStringsAdapter

Description

Creates an instance of the string adapter control.

Do not call the Create method directly. Instead, call the GetOleStrings procedure to adapt a TStrings object so that it supports the IStrings interface.

See Also