System.Bindings.CustomWrapper.TCustomWrapper

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.TInterfacedObjectSystem.TObjectTCustomWrapper

Delphi

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

C++

class PASCALIMPLEMENTATION TCustomWrapper : public System::TInterfacedObject

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
System.Bindings.CustomWrapper.pas
System.Bindings.CustomWrapper.hpp
System.Bindings.CustomWrapper System.Bindings.CustomWrapper

Beschreibung

Implementiert einen benutzerdefinierten Wrapper.

Mit der Klasse TCustomWrapper werden benutzerdefinierte Wrapper implementiert. TCustomWrapper ist nicht als übergeordnete Klasse für abgeleiteten Klassen konzipiert und hat keine virtuellen Methoden.

Siehe auch