/ Forums / Advansys Formativ / Creating Solutions with Formativ / Sender object / Reply To: Sender object
October 10, 2007 at 3:45 pm
#7889
Sorry for the mis-understanding.
The parameter “Sender” is Delphi object which references the control that was used to call the method. For example, if you click on the Button1 control, causing the Button1Click method to be called, a reference or pointer to the Button1 object is passed to Button1Click in the parameter called Sender.
Hope this helps.
Regards,
Advansys Support