Properties for cWebTimer
View property list in hierarchical order.
| Name | Description | Defining Class |
|---|---|---|
| Child_Count | Returns the number of child objects the object contains Child_Count returns the number of child objects the object contains. | cObject |
| Delegation_Mode | Determines if and how unknown messages are delegated The delegation_mode of an object determines the method by which unknown messages are handled. | cObject |
| Name | Returns the full name of the object including parentage Name returns the full name (including parentage) of the object. | cObject |
| Object_Id | Returns the object handle of the object, can be used to determine if an object exists The Object_Id property returns the object handle identifier of the object. | cObject |
| Object_Label | Returns the short name of an object Object_Label returns the short name of the object using the Name property. | cObject |
| Parent | Returns the parent of an object The Parent property returns parent object handle of an object. | cObject |
| pbAutoStart | Determines whether the timer starts automatically when the host view is shown Set pbAutoStart to True to ensure that the timer starts automatically when the host view is shown. | cWebTimer |
| pbAutoStop | Determines whether the timer stops automatically when a view is hidden Set pbAutoStop to True to ensure that the timer stops automatically when a view is hidden. | cWebTimer |
| pbRunning | Determines if the web timer is running The pbRunning web property returns True if the web timer is currently running. | cWebTimer |
| pbServerOnTimer | Determines whether the OnTimer event is sent to the server Set pbServerOnTimer to False to prevent the OnTimer event from being sent to the server. | cWebTimer |
| pbWaitForCall | Determines whether the timer is restarted after each timer event Set pbWaitForCall to True to ensure the timer is restarted after each timer event. | cWebTimer |
| peNeighborhood | Determines how an object and its descendents participate in object neighborhood referencing | cObject |
| phoActionJsonData | Handle to a JSON Object representing the action data during a server action cJsonObject handle representing the action data during a server action. | cWebObject |
| piInterval | Specifies the interval between the OnTimer events Set piInterval to specify the interval between the OnTimer events in milliseconds. | cWebTimer |
| psClientOnTimer | Name of client side OnTimer event handler Name of client side OnTimer event handler. | cWebTimer |
| psDynamicObjectId | The (unique) ID of the dynamic object The (unique) ID of the dynamic object. | cWebObject |
| psJSClass | Determines which JavaScript class belongs to the DataFlex class Each control class on the server has a client-side JavaScript class that implements its user interface. | cWebObject |