Vcl.AxCtrls.SetOleStrings

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetOleStrings(Strings: TStrings; OleStrings: IStrings);

C++

extern DELPHI_PACKAGE void __fastcall SetOleStrings(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

Utilise une interface IStrings pour attribuer le contenu d'un objet TStrings.

Utilisez SetOleStrings pour que l'objet TStrings corresponde aux chaînes fournies par une interface IStrings. Le paramètre Strings est l'objet TStrings à mettre à jour. Le paramètre OleStrings est l'interface utilisée en tant que source.

Voir aussi