Data.DbxDatasnap.TDBXDatasnapProperties.BufferKBSize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BufferKBSize: Integer read GetBufferKBSize write SetBufferKBSize default 32;

C++

__property int BufferKBSize = {read=GetBufferKBSize, write=SetBufferKBSize, default=32};

Properties

Type Visibility Source Unit Parent
property published
Data.DbxDatasnap.pas
Data.DbxDatasnap.hpp
Data.DbxDatasnap TDBXDatasnapProperties

Description

Specifies the buffer size for a unit of communication transport.

The BufferKBSize property specifies the buffer size for a unit of communication transport. The buffer size can affect performance. However, the default value is 32K, which was chosen because it needed to match the TCP/IP default packet size.

See Also