Difference between revisions of "Midware Components Reference"

From Overbyte
Jump to navigation Jump to search
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
| width="130" | [[image:TAppServer.gif]] [[Midware_TAppServer | TAppServer]] |||| Communication kernel for all MidWare application servers.
 
| width="130" | [[image:TAppServer.gif]] [[Midware_TAppServer | TAppServer]] |||| Communication kernel for all MidWare application servers.
 
|-
 
|-
| [[image:TAppSrvClient.gif]] [[Midware_TAppSrvClient | TAppSrvClient]] |||| Client side component to connect to the application server.
+
| valign="top" | [[image:TAppSrvClient.gif]] [[Midware_TAppSrvClient | TAppSrvClient]] |||| Client side component to connect to the application server.
 
|-
 
|-
| [[image:TClientWSocket.gif]] [[Midware_TClientWSocket | TClientWSocket]] |||| TClientWSocket is a specialized TWSocket used to handle client connection with application server.  
+
|valign="top" |  [[image:TClientWSocket.gif]] [[Midware_TClientWSocket | TClientWSocket]] |||| TClientWSocket is a specialized TWSocket used to handle client connection with application server.  
 
|-
 
|-
| [[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.  
+
|valign="top" |  [[image:TMwBuffer.gif]] [[Midware_TMWBuffer | TMWBuffer]] |||| TMWBuffer implement data storage and formatting for transmission. Data exchanged between client and server is exactly TMWBuffer content, byte for byte.
 +
|-
 +
|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]] ||||
 +
|-
 +
|valign="top" |  [[image:TServerObject.gif]] [[Midware_TServerObject | TServerObject]] |||| TServerObject is the ancestor (abstract class) for all objects responsible for doing the application server work.  
 
|}
 
|}

Latest revision as of 14:32, 9 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 implement data storage and formatting for transmission. Data exchanged between client and server is exactly TMWBuffer content, byte for byte.
TMwTable.gif TMWTable TMWTable component is much like standard Delphi TTable or TQuery components.
TRequestBroker.gif TRequestBroker
TServerObject.gif TServerObject TServerObject is the ancestor (abstract class) for all objects responsible for doing the application server work.