Cancel, HourSelectorCmdTarget Function

Syntax

Cancel()

Description

This function cancels every change made to the hour selector's data and reloads the plan from the scheduler's file. The property returns True when this operation is successful. This method can also be used for refreshing the scheduler after changes have been made to the planning directly on file.

 

Parameter

Description

None

None

 

Result

Boolean

 

Example:

Dim objSelector As HourSelectorCmdTarget

Public Sub Click()

Debug.Print objSelector.Cancel

End Sub

Public Sub SymbolLoading()

Set objSelector = GetSynopticObject.GetSubObject("HourSelector").GetObjectInterface

End Sub

 

See Also