XTimers unitXMenus unitXThreads.pas unit

    This unit contains definition of ZThread class, which is similar to TThread in VCL, but can be used to create instances of ZThread (assigning value to event OnExecute). As well as in VCL, ZThread can be used to derive new thread class and overriding its Execute method (as it is done for ZFileChange class).
   Author : Tim Slusher.

ZThread = class( XChild );

ZThread properties:


ZThread methods:


ZThread events:


goto XCL page

goto home page