Difference between revisions of "Midware TServerObject.FResponseSize"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TServerObject -> [[Midware_TServerObject.FResponseSize | …')
 
(No difference)

Latest revision as of 08:42, 9 May 2011

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

Definition

protected FResponseSize: Integer;

Description

FResponseSize is the initial size for FResponseBuffer. It default to 1024. You can change that value in your TServerObject by overriding Create method and assign a different value. You may also set FResponseBuffer.AutoExpand to some value other than default one which is 1024.