TacNumberEdit component
Hierarchy Properties Methods Events Controls with attached label |
The acNumberEdit component is the enchanced edit control control used for input of the numerical values in decimal, hexadecimal and binary format. The acNumberEdit can align the text by center or right edge control and able to have the button with bitmap image, at the right side of edit control. Also it contains the AttachedLabel structure which lets to operate with the label associated with the edit control and specify its behavior and position near the control.
|
|
Additionally, the acNumberEdit can automatically change the background color on disabled state (see ColorDisabled property) and supports custom cursor images for non-client area of edit control (see CursorBorder property).
|
Align | controls placement of edit control within its container or parent control;
|
Alignment | controls horizontal placement of text within the edit control;
|
AttachedLabel | controls the behavior of the label attached to the control and its position;
|
AutoSelect | whether the acEdit should automatically select the line when user moves to the edit control pressing the Tab key;
|
Button | settings for custom button at the right edge of edit control;
|
ColorDisabled | background color of edit control at disabled state (when Enabled = False);
|
CursorBorder | cursor image when mouse pointer passes the border of edit control;
|
Kind | selects the numerical format to edit the number or convert Value to the Text;
|
MaxValue | specifies the maximum allowed value;
|
Value | represents the integer value of text typed in the edit control.
|
OnButtonClick | occurs when user clicks the button at the right side of control;
|
OnLabelClick | occurs when user clicks the label attached to the control;
|
OnLabelDblClick | occurs when user double clicks the label attached to the control;
|
OnMouseEnter | occurs when mouse pointer passes over the edit control;
|
OnMouseLeave | occurs when mouse pointer leaves the edit control.
|
acEdit and acIPEdit components.
|