On Tuesday 30 April 2013 14:52:49 Med Hamza wrote: > Hi there, > > Is it possible to know tag or others properties of CLIENT of > tifi*linkcomp created in datamodule
For published properties tcustomificlientcontroller.*prop['<clientpropertyname>'] can be used. Example "tag" property of first matching client in a tifiintegerlinkcomp: " int1:= tifiintegerlinkcomp1.c.integerprop['tag']; " " tifiintegerlinkcomp1.c.integerprop['tag']:= <integervalue>; " is also possible. Martin ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

