On Sunday 15 April 2012 14:46:21 Patrick Goupell wrote:
> Ok, so I placed a tdialogstringedit on my form.
>
> So now how do I actually get it to run.  I cannot figure out the correct
> pascal syntax to execute the dialog.
>
> Can you please show me the pascal syntax.
>
It depends on the type of the wanted value.
If it is msestring then
"
 uses
  msestringenter;
[...]

 if stringenter(<themsestringresultvariable>) = mr_ok then begin
  do something with the result
 end;
"
for other datatypes accordingly, it has nothing to do with tdialogstringedit.

Martin

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to