System.Bindings.EvalProtocol.IValue

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

Delphi

IValue = interface

C++

__interface  INTERFACE_UUID("{A495F901-72F5-4384-BA50-EC3B4B42F6C2}") IValue  : public System::IInterface

プロパティ

種類 可視性 ソース ユニット
interface
class
public
System.Bindings.EvalProtocol.pas
System.Bindings.EvalProtocol.hpp
System.Bindings.EvalProtocol System.Bindings.EvalProtocol

説明

即値の抽象定義です。このインターフェイスは、ILocation の問い合わせをサポートするために使われます。


IValue は、即値の抽象定義を提供するインターフェイスです。IValue は、ILocation の問い合わせをサポートするために使われます。

関連項目