You are here: Symbol Reference > MtxComCtrls Namespace > Classes > TMtxFloatEdit Class
MtxVec VCL
ContentsIndex
PreviousUpNext
TMtxFloatEdit Class

Edit box for real and complex numbers.

MtxComCtrls_TMtxFloatEdit
Pascal
TMtxFloatEdit = class(TCustomEdit);

The component inherits most TCustomEdit properties/methods and introduces some new properties. It can be used as editor for real or complex numbers with the ability to specify arbitrary (real or integer, real or complex) up/down increments. The component also features an editor, which can be accessed by holding down the CTRL key and double clicking on it. The key properties which control the increment and number formating can be set with the component editor. 

The increment can also be locked to be an integer, if IntegerIncrement is set to True. 

User should be carefull not to set the number formating to "0.00" and increment to "0.001" (for example). Pressing the up/down buttons in this case will not result in a change of the value.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!