Data.DB.TFMTBCDField.GetValue

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

Delphi

function GetValue(var Value: TBcd): Boolean;

C++

bool __fastcall GetValue(Data::Fmtbcd::TBcd &Value);

プロパティ

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

説明

フィールドの BCD 値を返します。

GetValue は、フィールドの値を内部に格納されている形で(BCD 値として)返します。

関連項目