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…')
 
 
Line 3: Line 3:
 
== Definition ==
 
== Definition ==
  
  '''property''' DataBufferSize: '''Longlnt''';
+
  '''property''' DataBufferSize: Longlnt;
  
 
== Description ==
 
== 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.
 
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.

Latest revision as of 14:52, 14 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.