Difference between revisions of "Midware TMWBuffer.DataBufferSize"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TMWBuffer -> [[Midware_TMWBuffer.DataBufferSize | DataBufferS…')
(No difference)

Revision as of 09:54, 5 May 2011

Main page -> Midware component reference -> TMWBuffer -> DataBufferSize

Definition

property DataBufferSize: Longlnt;

Description

The size in bytes of the current buffer. Assigning a value to this property will allocate or reallocate the buffer. Buffer address is given by DataBuffer property. How much data is already stored in buffer is given by DataBufferCount property.