RDTA.PickDP.Extensions.EditNum Control

Edit box for numeric values. Ensures that only numeric values are entered.

Base Classes: TextBox

Public Constructors

New

Constructor.

Public Methods

getDouble

Converts a Pick numeric value to a numeric Double.

toExternal

Formats a number from internal Pick representation to decimal format.

toInternal

Converts a number to Pick internal format.

MemberwiseClone

Returns a copy of the current instance. For internal use only.

set_Text

Formats the specified text as specified by the properties and then places the text in the control.

Public Properties

Name

Type

Description

EmptyValue

Boolean

Property containing the default character representing an empty value. This can be an empty string or a numeric zero.

MaxNumberDecimals

Integer

Property indicating the maximum number of decimals to display after the decimal character.

PickPoint

String

Property indicating the character used as the decimal character. Possible values are '.' (dot) or ',' comma or empty string.

ThousandPoint

Boolean

Property indicating whether numbers should be formatted with or without the thousand delimiter.

 

5