Data.DB.TObjectField.GetAsString

提供:RAD Studio API Documentation

Delphi

function GetAsString: string; override;

C++

virtual System::UnicodeString __fastcall GetAsString();

プロパティ

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

説明

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

GetAsString は、所有フィールドの文字列表現を連結し、その結果を返します。

関連項目