[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Specifies a Boolean function type used to implement the routine assigned to the IsFormDesign variable.
Source position: forms.pp line 1959
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.0 | Generated 2025-05-03 | Home |