Recent

Author Topic: T-edit component for money  (Read 1450 times)

Arioch

  • Sr. Member
  • ****
  • Posts: 419
Re: T-edit component for money
« Reply #15 on: September 19, 2022, 12:51:21 pm »
it is really not clear what exactly would you need

standard TEdit has NumberOnly propery, AFAIR
TMaskEdit, mentioned above, can provide you with formatting like 012345.00

there is also TCalcEdit in Lazarus standard pallete, MISC tab, probably derived from RxLib

there is also another RxLib continuation, JediVCL, part of it was ported to Lazarus and is available in CCR, i has TJvCalcEdit and TJvValidateEdit
svn://svn.code.sf.net/p/lazarus-ccr/svn
https://wiki.delphi-jedi.org/wiki/JVCL_Help:TJvValidateEdit
https://wiki.delphi-jedi.org/wiki/JVCL_Help:TJvCalcEdit

JvValidateEdit has properties CheckChars, DecimalPlaces, DisplayPrefix, DisplaySuffix and others
JvCalcEdit has properties DecimalPlaces, DisplayFormat and others

KControls library has TKNumberEdit - https://github.com/kryslt/KControls/

 

Kalevi

  • New Member
  • *
  • Posts: 29
Re: T-edit component for money
« Reply #16 on: September 20, 2022, 09:25:02 am »
Thank you for the instructions, I noticed after I had already written it here. I am very grateful for these guidelines and, in particular, for this Roland DecimalNumberEdit1 component.

 

TinyPortal © 2005-2018