FireDAC.Comp.DataSet.TFDAggregate.Name
[–] Properties | |
---|---|
Type: property | |
Visibility: published | |
Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
Unit: FireDAC.Comp.DataSet | |
Parent: TFDAggregate |
Delphi
property Name: String read FName write FName;
C++
__property System::UnicodeString Name = {read=FName, write=FName};
Description
Specifies the name of an aggregated value.
Use Name to specify the name of an aggregated value. This name is used to display an item at design time and to find an item in a collection.