Check whether class is an ancestor.
Source position: objpash.inc line 276
public class function TObject.InheritsFrom( |
aclass: TClass |
):Boolean; |
InheritsFrom returns True if AClass is an ancestor class from the current class, and returns false if it is not.
|
Return the current class name. |
|
|
Return a pointer to the type information for this class. |
|
|
Return a "class of" pointer for the current class. |
|
|
Class of TObject. |