FireDAC.Comp.DataSet.TFDIndex.Name

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Name: String read FName write SetName;

C++

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

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Comp.DataSet.pas
FireDAC.Comp.DataSet.hpp
FireDAC.Comp.DataSet TFDIndex

Description

Specifies the name of a dataset view.

Use Name to specify the name of a dataset view. This name is used to display an item at design time and to find an item in a collection.

See Also