Once Property
|
Set / Gets once value of a Timer control.
SYNTAX
Pseudo-OOP:
Set:
<ParentWindowName>.<ControlName>.Once
:= lValue
Get:
<ParentWindowName>.<ControlName>.Once --> lValue
Function syntax:
Set:
SetProperty ( <ParentWindowName>,<ControlName>, Once , lValue)
Get:
GetProperty ( <ParentWindowName>, <ControlName>, Once
) --> lValue