Data.Bind.ObjectScope.TBindFieldDef.Name
Delphi
property Name: string read FName write SetDisplayName;
C++
__property System::UnicodeString Name = {read=FName, write=SetDisplayName};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | protected | Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp | Data.Bind.ObjectScope | TBindFieldDef | 
Description
Specifies the name of the field.
Name is the string that represents the field name.
The Name property uses the SetDisplayName method as the write implementation.