FMX.Types.IFMXTimerService Methods
InheritedProtected
| AddRef | public | Increments the reference count for this interface. |
| CreateTimer | public | In descendants, CreateTimer implements functionality to create a new timer that will call the TimerFunc function at the specified interval. |
| DestroyTimer | public | In descendants, DestroyTimer implements functionality to destroy a previously created timer. |
| GetTick | public | Returns the duration of a tick in seconds. |
| QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
| Release | public | Decrements the reference count for this interface. |
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |