[Overview][Types][Classes][Index] Reference for unit 'msethreadcomp' (#msegui)

tthreadcomp

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: msethreadcomp.pas line 24

type tthreadcomp = class(tactcomponent)

public

  constructor create(); override;

  destructor destroy; override;

  property datapo: pointer; [r]

  procedure run();

  procedure terminate;

  procedure waitfor;

  function lock;

  procedure unlock;

  procedure postevent();

  function waitevent();

  property thread: teventthread; [r]

  property terminated: Boolean; [r]

published

  property options: threadcompoptionsty; [rw]

  property stacksizekb: Integer; [rw]

  property active: Boolean; [rw]

  property onstart: threadcompeventty; [rw]

  property onexecute: threadcompeventty; [rw]

  property onterminate: threadcompeventty; [rw]

  property onterminated: threadcompeventty; [rw]

end;

Inheritance

tthreadcomp

|

tactcomponent,iactivatorclient

|

tmsecomponent,ievent,iificommand,iificlient

|

tcomponent

?

TObject


Documentation generated on: 2021-05-13