Data.DB.TAggregateField.GetAsString

提供:RAD Studio API Documentation

Delphi

function GetAsString: string; override;

C++

virtual System::UnicodeString __fastcall GetAsString(void);

プロパティ

種類 可視性 ソース ユニット
function protected
Data.DB.pas
Data.DB.hpp
Data.DB TAggregateField

説明

集計フィールドの値を、string で返します。

GetAsString メソッドは、集計フィールドの値を string で返します。

関連項目