FireDAC.Comp.DataSet.TFDIndex.Name
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
Unit: FireDAC.Comp.DataSet | |
Parent: TFDIndex |
Delphi
property Name: String read FName write SetName;
C++
__property System::UnicodeString Name = {read=FName, write=SetName};
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.