In a tstringgrid.datacols.cols onsetvalue handler what is the correct 
pascal syntax to access the .tag property?



procedure tmainfo.sgDataColsOnSetVale(const sender: TObject;
                var avalue: msestring; var accept: Boolean);
var
     i : integer;
begin
     i := "sender"???.tag;
end;

Thank you.

Patrick


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to