procedure ParamUpdate(Sender: TObject);
The method can be assigned to some other component even handler, as a notification that a parameter has changed and that Self should consider a recalculation.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Sender | TObject |
Result: stored in self (calling object)
Remarks:
The method calls the InternalParamUpdate method and triggers the OnParameterUpdate event.