API:Data.Bind.ObjectScope.TGeneratorFieldDef.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name;

C++

__property Name = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Data.Bind.ObjectScope.pas
Data.Bind.ObjectScope.hpp
Data.Bind.ObjectScope TGeneratorFieldDef

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