Data.Bind.ObjectScope.TBindFieldDef.Name
[–] Properties | |
---|---|
Type: property | |
Visibility: protected | |
Source: Data.Bind.ObjectScope.pas Data.Bind.ObjectScope.hpp
| |
Unit: Data.Bind.ObjectScope | |
Parent: TBindFieldDef |
Delphi
property Name: string read FName write SetDisplayName;
C++
__property System::UnicodeString Name = {read=FName, write=SetDisplayName};
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.