. The New Function dialog opens.
|
Property
|
Description
|
Base Type
|
Default Value
|
Bindable? (Y/N)
|
Localizable? (Y/N)
|
|---|---|---|---|---|---|
|
ActivateWidgetRefresh
|
A bindable service that you can bind to a widget event to trigger the refresh manually. The widget event triggers the Refresh event of the function.
|
n/a
|
n/a
|
Y
|
N
|
|
Refresh
|
A bindable event that you can bind to trigger a service. The event is triggered automatically when AutoRefresh is set to True.
|
n/a
|
n/a
|
Y
|
N
|
|
AutoRefresh
|
A boolean property that you can bind to toggle the automatic refresh on and off at run time.
|
BOOLEAN
|
False
|
Y
|
N
|
|
RefreshInterval
|
A bindable property that sets the time between each refresh in seconds.
|
NUMBER
|
n/a
|
Y
|
N
|
|
LastRefresh
|
A bindable property that contains the date and time of the last automatic refresh.
|
DATETIME
|
n/a
|
Y
|
N
|