I would like to know how to determine which client associated with the Action1 object actually invokes this event handler. ie how do you determine the identity of Sender within the event handler ??
void __fastcall TForm1::Action1Execute(TObject *Sender)
{
// misssing code here
}
Thanks,
Steven Matthews
void __fastcall TForm1::Action1Execute(TObject *Sender)
{
// misssing code here
}
Thanks,
Steven Matthews