Difference between revisions of "Midware Components Reference"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
|- | |- | ||
|valign="top" | [[image:TMwTable.gif]] [[Midware_TMWTable | TMWTable]] |||| TMWTable component is much like standard Delphi TTable or TQuery components. | |valign="top" | [[image:TMwTable.gif]] [[Midware_TMWTable | TMWTable]] |||| TMWTable component is much like standard Delphi TTable or TQuery components. | ||
+ | |- | ||
+ | |valign="top" | [[image:TRequestBroker.gif]] [[Midware_TRequestBroker | TRequestBroker]] |||| | ||
|} | |} |
Revision as of 09:17, 7 May 2011
Main page -> Midware component reference
TAppServer | Communication kernel for all MidWare application servers. | |
TAppSrvClient | Client side component to connect to the application server. | |
TClientWSocket | TClientWSocket is a specialized TWSocket used to handle client connection with application server. | |
TMWBuffer | TMWBuffer implement data storage and formatting for transmission. Data exchanged between client and server is exactly TMWBuffer content, byte for byte. | |
TMWTable | TMWTable component is much like standard Delphi TTable or TQuery components. | |
TRequestBroker |