Data.DB.TAggregateField.GetText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure GetText(var Text: string; DisplayText: Boolean); override;

C++

virtual void __fastcall GetText(System::UnicodeString &Text, bool DisplayText);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Data.DB.pas
Data.DB.hpp
Data.DB TAggregateField

Description

Returns the formatted string representation value of an aggregate field.

The GetText method returns the formatted string representation value of an aggregate field. If the field has a null value, GetText returns an empty string.

See Also