ComponentType gives you access to the type information about the component
Member of Object (PRIM_OBJT)
Data Type - PRIM_RTYP - Component type reflects a VL component type
The ComponentType property is a reference to an instance of a Reflection Type. This provide programmatic access to the features, properties, events and methods, defined on in the class. Unless the application requires complex generic programming, ComponentType is unlikely to be required for most development purposes.
Febuary 18 V14SP2