Midware TServerObject.FResponseSize

From Overbyte
Jump to navigation Jump to search

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.