Difference between revisions of "Midware Components Reference"
Jump to navigation
Jump to search
| Line 10: | Line 10: | ||
| [[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: | + | | [[image:TMwTable.gif]] [[Midware_TMWTable | TMWTable]] |||| TMWTable component is much like standard Delphi TTable or TQuery components. |
|} | |} | ||
Revision as of 11:27, 6 May 2011
Main page -> Midware component reference
| Communication kernel for all MidWare application servers. | ||
| Client side component to connect to the application server. | ||
| TClientWSocket is a specialized TWSocket used to handle client connection with application server. | ||
| 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. | ||
| TMWTable component is much like standard Delphi TTable or TQuery components. |