Data.Bind.ObjectScope.TBindFieldDef.SetDisplayName
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: TBindFieldDef |
Delphi
procedure SetDisplayName(const Value: string); reintroduce;// overload;
C++
HIDESBASE void __fastcall SetDisplayName(const System::UnicodeString Value);
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
Value
parameter specifies the name for the item that should appear in the collection editor.