Topic Path: Symbol Reference > Structs, Records, Enums > TWorkMode Enumeration
ContentsIndexHome
PreviousUpNext
TWorkMode Enumeration

Indicates the work mode or operation.

File
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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.