IClrBaseComponent Interface

IClrBaseComponent represents the base interface for all .Net components available in Delphi.

Namespace: CNClrLib.Control.Base
IInterface
  CNClrLib.Control.Base.IClrBaseComponent
    CNClrLib.Control.Base.TClrBaseComponent
    CNClrLib.Control.Base.TClrCustomControl
type
 IClrBaseComponent = interface
 end;

The IClrBaseComponent type exposes the following members.

Show:
 NameDescription
GetClrObject

Represents method GetClrObject.

Top