Specifies a Boolean function type used to implement the routine assigned to the IsFormDesign variable.
Source position: forms.pp line 1960
type TIsFormDesignFunction = function( |
AForm: TWinControl |
):Boolean; |
Returns True when the form has csDesignInstance in its component state.
TIsFormDesignFunction is a Boolean function type used in the IsFormDesign variable.
|
Address of the function used to determine if a specified control is a form designer. |
| Version 4.4 | Generated 2025-11-08 | Home |