| [Overview][Constants][Types][Classes][Procedures and functions][Variables] | 
Chck wether class is an ancestor.
Source position: objpash.inc line 136
| public 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. |