Press on the image to return to the main documentation page.
AnotherDatePicker
List of types:
AnotherDatePicker
Period
AnotherDatePicker
This is an 'Activity Object', it cannot be declared under Sub Process_Globals.
Events:
Closed (Cancelled As Boolean, Date As Long)
Members:
AddToActivity
(
ACT
As
ActivityWrapper
,
Lbl
As
LabelWrapper
)
As
String
btnCancel_Click
As
String
Class_Globals
As
String
DesignerCreateView
(
base
As
PanelWrapper
,
lbl
As
LabelWrapper
,
props
As
Map
)
As
String
GetDate
As
Long
Hide
As
String
Initialize
(
Target
As
Object
,
EventName
As
String
)
As
String
IsInitialized
As
Boolean
IsVisible
As
Boolean
SetDate
(
date
As
Long
,
UpdateLabel
As
Boolean
)
As
String
Show
As
String
Members description:
AddToActivity
(
ACT
As
ActivityWrapper
,
Lbl
As
LabelWrapper
)
As
String
Adds the picker to its parent. ACT can be either an activity or a panel.
Lbl is an existing label.
btnCancel_Click
As
String
Class_Globals
As
String
DesignerCreateView
(
base
As
PanelWrapper
,
lbl
As
LabelWrapper
,
props
As
Map
)
As
String
GetDate
As
Long
Returns the selected date.
Hide
As
String
Hides the picker.
Initialize
(
Target
As
Object
,
EventName
As
String
)
As
String
Initializes the picker
IsInitialized
As
Boolean
Tests whether the object has been initialized.
IsVisible
As
Boolean
SetDate
(
date
As
Long
,
UpdateLabel
As
Boolean
)
As
String
Sets the selected date.
UpdateLabel - Whether to update the label text.
Show
As
String
Shows the picker.
Period
Events:
None
Members:
Days
As
Int
Hours
As
Int
Initialize
IsInitialized
As
Boolean
Minutes
As
Int
Months
As
Int
Seconds
As
Int
Years
As
Int
Members description:
Days
As
Int
Hours
As
Int
Initialize
Initializes the fields to their default value.
IsInitialized
As
Boolean
Tests whether the object has been initialized.
Minutes
As
Int
Months
As
Int
Seconds
As
Int
Years
As
Int
Top