[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Executes the routine which notifies the form designer when the specified component has been changed.
Source position: lclproc.pas line 111
procedure OwnerFormDesignerModified( |
AComponent: TComponent |
); |
AComponent |
|
The modified component which needs to be updated on its form design surface. |
The forms.pp unit provides a private implementation in its IfOwnerIsFormThenDesignerModified routine which is assigned to the variable during unit initialization.
Version 4.0 | Generated 2025-05-03 | Home |