Bob Swart

No Rank
Points: 0
Bob Swart is friends with David Millington
Previously, you announced my session "Customising DataSnap Method Output", but I no longer see it in the list... You *will* get my recording ;-)
Dr. Holger Flick is friends with Bob Swart
Bob Swart is friends with Craig Chapman
Bob Swart is friends with Frank Lauter
Hicham Laichi is friends with Bob Swart
Marco Breveglieri is friends with Bob Swart
Bob Swart is friends with Robert Love
Bob Swart is friends with Jim McKeeth
Bob Swart is friends with Bruce McGee
Bob Swart is friends with Paweł Głowacki
Bob Swart is friends with Marco Cantu, RAD PM
It looks like the event are still present, but not published. However, you can assign event handlers in your own code. For example:
grdMembers.OnClick := MyOnClick;grdMembers.OnDblClick := myOnDblClick;
With the implementation like:
procedure TframeMemberList.myOnClick(Sender: TObject);beginCodeSite.Send('MyOnClick');end;
procedure TframeMemberList.myOnDblClick(Sender: TObject);beginCodeSite.Send('MyOnDblClick');end;
This works on Windows as well as Mac OS X (haven't tested on mobile devices)...
Groetjes, Bob Swart
Read More...