DesignIntf.IClass Methods
InheritedProtected
AddRef | public | Increments the reference count for this interface. |
ClassNameIs | public | Returns True if the class name equals the given string. |
GetClassName | public | Returns the class name. |
GetClassParent | public | Returns the name of the ancestor class. |
GetUnitName | public | Returns the name of the unit where the current class resides. |
QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
Release | public | Decrements the reference count for this interface. |
Supports | public | Indicates whether a given interface supports a specific (another) interface. |