Data.DB.TBooleanField.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 TBooleanField

説明

Boolean フィールドの値を文字列形式(string)で返します。

GetAsString メソッドは、Boolean フィールドに保持されている値を、文字列形式(string)で返します。GetAsString メソッドの結果は、'True'、'False'、または空文字列(空のフィールドの場合)のいずれかになります。

関連項目