Midware TServerObject.FResultStatus

From Overbyte
Revision as of 08:43, 9 May 2011 by Marie (talk | contribs) (Created page with ' Main page -> Midware component reference -> TServerObject -> [[Midware_TServerObject.FResultStatus | …')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Main page -> Midware component reference -> TServerObject -> FResultStatus

Definition

protected FResultStatus: Integer;

Description

ResultStatus returned to client. MidWare framework never use that value. It is up to the application designer to choose appropriate values. All MidWare samples use a numeric value based on the model used by the HTTP protocol: 200 means OK, 400 means error. See HTTP protocol reference. FResultStatus value is returned in the client's TAppSrvClient.AnswerStatus property as a string.