Values available for use in the thread options property.
TIdThreadOptions = set of (itoStopped, itoReqCleanup, itoDataOwner, itoTag);
TIdThreadOptions is an enumerated type that represents the values that may be included in the TIdThread.Options property. TIdThreadOptions contains the following defined values and associated meanings:
Value |
Meaning |
itoStopped |
Thread has been Suspended or Terminated |
itoReqCleanup |
Thread may require cleanup after being run |
itoDataOwner |
Thread owns the TObject in the data property |
itoTag |
Use and meaning unknown at this time |
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |