<div dir="ltr">Thanks for the ideas.<br><br>I might even work tomarrow on making TDBXXSpinEdit for working databases as Bart suggested.<br><br>Ido<br><br clear="all"><a href="http://ik.homelinux.org/">http://ik.homelinux.org/</a><br>


<br><br><div class="gmail_quote">On Thu, Aug 26, 2010 at 19:39, Dimitri Smits <span dir="ltr"><<a href="mailto:smitco@telenet.be">smitco@telenet.be</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

<br>
----- "Bart" <<a href="mailto:bartjunk64@gmail.com">bartjunk64@gmail.com</a>> schreef:<br>
<div class="im"><br>
> For example set EditMask to #9999.99;_;1<br>
> This will accept numbers with a (optional) preceeding plus or minus<br>
> symbol, followed by 4 (optional) digits, a decimal point, followed by<br>
> 2 (optional) digits.<br>
> You might consider replacin the hard coded decimal point with the<br>
> value of DecimalSeparator.<br>
><br>
<br>
</div>I'm thinking that the OP meant "display a currency symbol as well".<br>
Either way, a mask of '#999,990.00;_;1' is maybe cleaner. as for the '.' and ',', they are placeholders for the decimalseparator and thousandseparator and are replaced by the correct ones. At least, that was the case in Delphi if I remember correctly. (been a long time since I made anything international :-))<br>


<div><div></div><div class="h5"><br>
> The Text property may contain spaces when you read it, which you will<br>
> have to filter out before processing.<br>
><br>
> Another (probably easier) option would be to use a TFloatSpinEdit as<br>
> input, and specify Min and Max values and the number of decimals.<br>
><br>
> Bart<br>
><br>
> On 8/26/10, ik <<a href="mailto:idokan@gmail.com">idokan@gmail.com</a>> wrote:<br>
> > Hello List,<br>
> ><br>
> > I'm trying to build a small app that should accept percentages of a<br>
> price<br>
> > and also the price itself (regardless of the percentages.<br>
> > I'm using TCurrency to save both, however how can I (if it possible)<br>
> to use<br>
> > a Mask for such types of input ?<br>
> ><br>
> > Thanks,<br>
> ><br>
> > Ido<br>
> > <a href="http://ik.homelinux.org/" target="_blank">http://ik.homelinux.org/</a><br>
> ><br>
<br>
--<br>
_______________________________________________<br>
Lazarus mailing list<br>
<a href="mailto:Lazarus@lists.lazarus.freepascal.org">Lazarus@lists.lazarus.freepascal.org</a><br>
<a href="http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus" target="_blank">http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus</a><br>
</div></div></blockquote></div><br></div>