Vcl.AxCtrls.GetOleStrings
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);
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
procedure function |
public | Vcl.AxCtrls.pas Vcl.AxCtrls.hpp |
Vcl.AxCtrls | Vcl.AxCtrls |
Description
Implémente un objet TStrings en tant qu'interface IStrings utilisable par des objets OLE.
Lorsque la fonction GetOleStrings est appelée, le paramètre Strings est implémenté en tant que IStrings et affecté à la propriété StringsAdapter (TStrings). L'interface IStrings est renvoyée en tant que paramètre OleStrings.