Table of Contents

Page "Interval Dialog UTCAP"

ID 70344769
Namespace: CapVision.Core.Dialog

Dialog for entering 2 Date values.

Properties

Name Value
Extensible False
PageType StandardDialog
Caption Interval Dialog

Methods

SetFirstDate

Setter method to initialize the first Date field on the page.

procedure SetFirstDate(NewDate: Date)

Parameters

Name Type Description
NewDate Date

The value to set.

SetSecondDate

Setter method to initialize the second Date field on the page.

procedure SetSecondDate(NewDate: Date)

Parameters

Name Type Description
NewDate Date

The value to set.

SetDefaultIntervalDuration

Setter method to initialize the second Date field on the page.

procedure SetDefaultIntervalDuration(NewDefaultIntervalDuration: DateFormula)

Parameters

Name Type Description
NewDefaultIntervalDuration DateFormula

GetFirstDate

Getter method for the entered first date value.

procedure GetFirstDate(): Date

Returns

Type Description
Date

The value that is set on the page.

GetSecondDate

Getter method for the entered second date value.

procedure GetSecondDate(): 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.

See also