Midware TAppSrvClient
Revision as of 14:57, 2 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TAppserver == Overview == {| | '''unit''' |||| ApsCl…')
Main page -> Midware component reference -> TAppserver
Overview
unit | ApsCli.pas |
TAppSrvClient is used on the client side to connect to the application server. His main purpose is to send a request to the application server and receive answers from the application server. TAppSrvClient establish and manage connection and dialog with MidWare application server.
Properties
Answer | The Answer property holds the answer from the application server. | |
AnswerStatus | The AnswerStatus property hold the ResultStatus returned back by the application server. | |
Connected | The connected property tell if connection with the server is alive. | |
FunctionCode | The function code is a string which is used by the application server to know which server object to instanciate to execute the request. | |
Handle | The handle for the hidden window used to send and receive internal messages for component work. |