Unit CMsgThrd |
Message Thread unit developed for Delphi Informant article by John Penman, 23 January 1998 SFTP Client message thread
Classes |
TMsgThrd - The Message thread class
Functions |
Types |
Constants |
Variables |
Functions |
Types |
TConnData = recordEvent record
NumEvents : DWORD;
EventArray : array[1..WSA_MAXIMUM_WAIT_EVENTS] of WSAEvent;
end;
TRequest = recordInfo from the main form
Password : String;
Port : String;
UserName : String;
FileName : String;
MachineName : String;
HostName : String;
end;
TStates = (stMsg, stData, stError, stDead);Simple state machine
Constants |
Variables |