System.Bindings.CustomWrapper.TCustomWrapper

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

System.TInterfacedObjectSystem.TObjectTCustomWrapper

Delphi

TCustomWrapper = class(TInterfacedObject, IInterface,
ICustomWrapper,
IValue, IInvokable, IArguments,
IChild, IPlaceholder)

C++

class PASCALIMPLEMENTATION TCustomWrapper : public System::TInterfacedObject

プロパティ

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

説明

カスタム ラッパを実装します。

TCustomWrapper クラスは、カスタム ラッパを実装するために使用されます。TCustomWrapper は、派生クラスの親クラスになるよう設計されてはおらず、仮想メソッドはありません。

関連項目