Midware TServerObject.FResultStatus

From Overbyte
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.