Page "Date Dialog UTCAP"
ID 70344760
Namespace: CapVision.Core.Dialog
Dialog for entering Date values.
Properties
| Name | Value |
|---|---|
| Extensible | False |
| PageType | StandardDialog |
| Caption | Date Dialog |
Methods
SetDate
Setter method to initialize the Date fields on the page.
procedure SetDate(NewDate: Date)
Parameters
| Name | Type | Description |
|---|---|---|
| NewDate | Date |
The value to set. |
GetDate
Getter method for the entered date value.
procedure GetDate(): Date
Returns
| Type | Description |
|---|---|
| Date |
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. |