Data.DB.TAggregateField.GetAsVariant

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: TAggregateField

Delphi

function GetAsVariant: Variant; override;

C++

virtual System::Variant __fastcall GetAsVariant();

Description

Returns the value of the aggregate field as a Variant.

The GetAsVariant method returns the value of the aggregate field as a Variant.

See Also