API:IBX.IBCustomDataSet.TIBStringField.GetAsVariant

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

Delphi

function GetAsVariant: Variant; override;

C++

virtual System::Variant __fastcall GetAsVariant();

プロパティ

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

説明

ワイド文字列フィールドの値を、Variant で返します。

IBX.IBCustomDataSet.TIBStringField.GetAsVariant は Data.DB.TWideStringField.GetAsVariant を継承しています。以下の内容はすべて Data.DB.TWideStringField.GetAsVariant を参照しています。

ワイド文字列フィールドの値を、Variant で返します。

GetAsVariant メソッドは、ワイド文字列フィールドの値を Variant で返します。

フィールドに値がない場合、Null が返されます。

関連項目