[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Function checks whether a particular child class is allowed
Source position: controls.pp line 1327
public function TControl.CheckChildClassAllowed( |
ChildClass: TClass; |
ExceptionOnInvalid: Boolean |
):Boolean; |
ChildClass |
|
The child class which is being checked to see whether it is allowed |
ExceptionOnInvalid |
|
Boolean set to True if a non-valid class is found and an exception has been raised |
Function returns True if child class has been checked and is allowed
lazarus-ccr.sourceforge.net |