API:Data.Bind.ObjectScope.TGeneratorFieldDef.Name

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Unit: Data.Bind.ObjectScope
Parent: TGeneratorFieldDef

Delphi

property Name;

C++

__property Name = {default=0};

Description

Specifies the name of the field.

Data.Bind.ObjectScope.TGeneratorFieldDef.Name inherits from Data.Bind.ObjectScope.TBindFieldDef.Name. All content below this line refers to Data.Bind.ObjectScope.TBindFieldDef.Name.

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.

See Also