Difference between revisions of "Midware Components Reference"

From Overbyte
Jump to navigation Jump to search
Line 9: Line 9:
 
|-
 
|-
 
| [[image:TMwBuffer.gif]] [[Midware_TMWBuffer | TMWBuffer]] |||| TMWBuffer if a very important component in MidWare technology. TMWBuffer implement data storage and formatting for transmission. Data echanged between client and server is exactly TMWBuffer content, byte for byte.  
 
| [[image:TMwBuffer.gif]] [[Midware_TMWBuffer | TMWBuffer]] |||| TMWBuffer if a very important component in MidWare technology. TMWBuffer implement data storage and formatting for transmission. Data echanged between client and server is exactly TMWBuffer content, byte for byte.  
 +
|-
 +
| [[image:TMWTable.gif]] [[Midware_TMWTable | TMWTable]] |||| TMWTable component is much like standard Delphi TTable or TQuery components.
 
|}
 
|}

Revision as of 09:57, 6 May 2011

Main page -> Midware component reference

TAppServer.gif TAppServer Communication kernel for all MidWare application servers.
TAppSrvClient.gif TAppSrvClient Client side component to connect to the application server.
TClientWSocket.gif TClientWSocket TClientWSocket is a specialized TWSocket used to handle client connection with application server.
TMwBuffer.gif TMWBuffer TMWBuffer if a very important component in MidWare technology. TMWBuffer implement data storage and formatting for transmission. Data echanged between client and server is exactly TMWBuffer content, byte for byte.
File:TMWTable.gif TMWTable TMWTable component is much like standard Delphi TTable or TQuery components.