Data.FmtBcd.VarToBcd

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

Delphi

function VarToBcd(const AValue: Variant): TBcd;

C++

extern DELPHI_PACKAGE TBcd __fastcall VarToBcd(const System::Variant &AValue);

プロパティ

種類 可視性 ソース ユニット
function public
Data.FmtBcd.pas
Data.FMTBcd.hpp
Data.FmtBcd Data.FmtBcd

説明

バリアントを TBcd 型に変換します。

VarToBcd を使用すると、バリアントから TBcd 値を取得することができます。

aValue は、変換対象のバリアントです。

関連項目