[Overview][Types][Classes][Procedures and functions][Index] |
Determines if the class is inherited from a specific ancestor.
Source position: pairsplitter.pas line 117
public function TCustomPairSplitter.ChildClassAllowed( |
ChildClass: TClass |
):Boolean; override; |
ChildClass |
|
Class to compare in the method` |
True if the class has a specific ancestor.
ChildClassAllowed is an overridden Boolean function used to determine if the specified class is inherited from a specific ancestor class. ChildClassAllowed calls the ChildClass.InheritsFrom method. The return value is True when it is derived from the TPairSplitterSide or TSplitter classes.
Version 4.0 | Generated 2025-05-03 | Home |