Data.DB.TAggregateField.ResultType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ResultType: TFieldType read FResultType write FResultType;

C++

__property TFieldType ResultType = {read=FResultType, write=FResultType, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DB.pas
Data.DB.hpp
Data.DB TAggregateField

Description

Indicates the data type of the aggregate field.

Read ResultType to determine the type of data that the aggregate produces.

See Also