XApplets unitXMenus unitXTimers.pas unit

    This unit contains definition of ZTimer and XTimer classes. The last is very similar to VCL TTimer. It is derived from XChild, so it can be created with parent descending from XClass and it is destroying automatically. To perform its purpose, it includes simple ZTimer object, which is derived from TObject.
   The main difference of XCL timers is that those are attaching to applet button window and are handling directly.

ZTimer = class( TObject );

ZTimer properties:

ZTimer events:


XTimer = class( XChild )

XTimer properties:

XTimer events:


goto XCL page

goto home page