System.Bindings.CustomWrapper.TCustomWrapper
Delphi
TCustomWrapper = class(TInterfacedObject, IInterface,
ICustomWrapper,
IValue, IInvokable, IArguments,
IChild, IPlaceholder)
C++
class PASCALIMPLEMENTATION TCustomWrapper : public System::TInterfacedObject
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Bindings.CustomWrapper.pas System.Bindings.CustomWrapper.hpp |
System.Bindings.CustomWrapper | System.Bindings.CustomWrapper |
Description
Implements a custom wrapper.
The TCustomWrapper class is used to implement custom wrappers. TCustomWrapper is not designed to be a parent class for derived classes and has no virtual methods.