Internet Direct (Indy)
Home
PreviousUpNext
TWorkMode Enumeration

Indicates the work mode or operation.

Pascal
TWorkMode = (
  wmRead,
  wmWrite
);

TWorkMode is an enumerated type that indicates the work mode or operation for a connection. 

TWorkMode can contain one of the following values and meanings: 

 

Value Meaning 
 

------ -------------------------------------------

 

wmRead The component is reading data from the peer. 
wmWrite The component is sending data to the peer. 

 

TWorkMode is used in TWorkBeginEvent, TWorkEvent, and TWorkEndEvent event handler procedures.

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.