(10-26-2024, 09:01 PM)Justin Case Wrote: Just a quickie.. Indy 10.6.3.3..
FYI, the current version is 10.6.3.6 (soon 10.6.3.7).
(10-26-2024, 09:01 PM)Justin Case Wrote: Is there a way to access the AThread of TIdContext?
Yes. You can typecast the TIdContext.Yarn property to TIdYarnOfThread (from the IdSchedulerOfThread unit). It has a public Thread property.

