Indy 9
TWorkMode
Unit: IdComponent
Indicates the work mode or operation.
TWorkMode = (wmRead, wmWrite);
Unit
IdComponent
Description
TWorkMode is an enumerated type that indicates the work mode or operation, and is used in the TWorkBeginEvent, TWorkEvent, and TWorkEndEvent events. TWorkMode can contain the values:

  • wmRead - The component is reading data from the peer.

  • wmWrite - The component is sending data to the peer.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.