Data.Bind.ObjectScope.TBindFieldDef.SetDisplayName

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetDisplayName(const Value: string); reintroduce;// overload;

C++

HIDESBASE void __fastcall SetDisplayName(const System::UnicodeString Value);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TBindFieldDef


Description

Définit le nom de l'élément de collection qui apparaît dans l'éditeur de collection.

La méthode SetDisplayName est l'implémentation en écriture de la propriété Name.

  • Le paramètre Value spécifie le nom de l’élément qui doit apparaître dans l’éditeur de collection.

Voir aussi