System.Classes.IStringsAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IStringsAdapter = interface

C++

__interface  INTERFACE_UUID("{739C2F34-52EC-11D0-9EA6-0020AF3D82DA}") IStringsAdapter  : public System::IInterface

Properties

Type Visibility Source Unit Parent
interface
class
public
System.Classes.pas
System.Classes.hpp
System.Classes System.Classes

Description

Maintains a link between TStrings and IStrings implementations.

IStringsAdapter is implemented by TStringsAdapter, which maintains the link between TStrings and IStrings implementations.

The TStrings StringsAdapter property specifies the attached TStringsAdapter.

Note: To create a StringsAdapter you can use GetOleStrings instead of creating an instance of TStringsAdapter. IStringsAdapter is used internally with OLE applications.

See Also