The ComObject property or DelphiVCL.Application.ComObject is used to specify the interface reference implemented by the component.
Use ComObject to assign a COM interface implemented by a component to an interface reference. This property is used by components that support COM interfaces.
If the component is not a wrapper for a COM component, trying to read ComObject causes TComponent to raise an EComponentError exception.
Check out DelphiVCL which easily allows you to build GUIs for Windows using Python.