Specifies a Boolean function type used to implement the routine assigned to the IsFormDesign variable.
Source position: forms.pp line 1962
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.6 | Generated 2026-02-20 | Home |