Data.Bind.ObjectScope.TBindFieldDef.SetDisplayName
Delphi
procedure SetDisplayName(const Value: string); reintroduce;// overload;
C++
HIDESBASE void __fastcall SetDisplayName(const System::UnicodeString Value);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| procedure function | protected | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp | Data.Bind.ObjectScope | TBindFieldDef | 
Description
Sets the name of the collection item that appears in the collection editor.
The SetDisplayName method is the write implementation of the Name property.
- The Valueparameter specifies the name for the item that should appear in the collection editor.