System.Bindings.EvalProtocol.TLocationWrapper

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

System.TInterfacedObjectSystem.TObjectTLocationWrapper

Delphi

TLocationWrapper = class(TInterfacedObject, IInterface,
IWrapper,
IValue, ILocation, IArguments, IChild)

C++

class PASCALIMPLEMENTATION TLocationWrapper : public System::TInterfacedObject

プロパティ

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

説明

位置に対する簡単なラッパー実装。


TLocationWrapper クラスは、位置に対する簡単なッパー実装を提供します。TLocationWrapper では、オブジェクト プロパティをラップするか、位置の値を希望どおりに管理するためにユーザーが提供した取得アクセサ メソッドと設定アクセサ メソッドを使用できます。

関連項目