System.Classes.TStrings.StringsAdapter
Delphi
property StringsAdapter: IStringsAdapter read FAdapter write SetStringsAdapter;
C++
__property _di_IStringsAdapter StringsAdapter = {read=FAdapter, write=SetStringsAdapter};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | System.Classes.pas System.Classes.hpp |
System.Classes | TStrings |
Description
Implements an IStringsAdapter interface for the TStrings object.
StringsAdapter specifies the attached TStringsAdapter when it is used in OLE applications.
Note: To create a StringsAdapter you can use GetOleStrings and SetOleStrings instead of creating an instance of TStringsAdapter. StringsAdapter is used internally with OLE applications.