Data.DB.TNamedItem.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name: string read FName write SetDisplayName;

C++

__property System::UnicodeString Name = {read=FName, write=SetDisplayName};

Properties

Type Visibility Source Unit Parent
property published
Data.DB.pas
Data.DB.hpp
Data.DB TNamedItem

Description

Specifies the name of the database entity defined by the TNamedItem object.

Use Name to specify the name that the underlying database table uses to refer to the defined object. For example, if the TNamedItem object is a field definition, the value of Name is the name of the corresponding field in the underlying database table.

Note: For dBASE maintained indexes, Name refers to the tag name of the index. For Paradox tables, the Name of the primary key is an empty string.

See Also

Code Examples