TSignalDecBuffer.ParamUpdate Method

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.

#NameTypeDescription
1SenderTObject

Result: stored in self (calling object)

Remarks:

The method calls the InternalParamUpdate method and triggers the OnParameterUpdate event.