IBX.IBCustomDataSet.TIBBCDField.GetAsString

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetAsString: string; override;

C++

virtual System::UnicodeString __fastcall GetAsString();

プロパティ

種類 可視性 ソース ユニット
function protected
IBX.IBCustomDataSet.pas
IBX.IBCustomDataSet.hpp
IBX.IBCustomDataSet TIBBCDField

説明

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

IBX.IBCustomDataSet.TIBBCDField.GetAsString は Data.DB.TBCDField.GetAsString を継承しています。以下の内容はすべて Data.DB.TBCDField.GetAsString を参照しています。

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

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

関連項目