API:Data.DB.TReferenceField.GetAsVariant

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

Delphi

function GetAsVariant: Variant; override;

C++

virtual System::Variant __fastcall GetAsVariant();

プロパティ

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

説明

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

Data.DB.TReferenceField.GetAsVariant は Data.DB.TObjectField.GetAsVariant を継承しています。以下の内容はすべて Data.DB.TObjectField.GetAsVariant を参照しています。

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

GetAsVariant は、所有フィールドでバリアント配列を作成し、その結果を返します。

関連項目