Page "Decimal Dialog UTCAP"
ID 70344768
Namespace: CapVision.Core.Dialog
Dialog for entering Decimal values.
Properties
| Name | Value |
|---|---|
| Extensible | False |
| PageType | StandardDialog |
| Caption | Decimal Dialog |
Methods
SetDecimal
Setter method to initialize the Decimal fields on the page.
procedure SetDecimal(NewDecimal: Decimal)
Parameters
| Name | Type | Description |
|---|---|---|
| NewDecimal | Decimal |
The value to set. |
GetDecimal
Getter method for the entered decimal value.
procedure GetDecimal(): Decimal
Returns
| Type | Description |
|---|---|
| Decimal |
The value that is set on the page. |
SetInstructionalText
Setter method for the instructional text.
procedure SetInstructionalText(NewInstructionalText: Text)
Parameters
| Name | Type | Description |
|---|---|---|
| NewInstructionalText | Text |
Text. |