Difference between revisions of "Midware TMWBuffer.HasData"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TMWBuffer -> HasData == Defi…')
 
 
Line 3: Line 3:
 
== Definition ==
 
== Definition ==
  
  '''property''' HasData: '''Boolean''';
+
  '''property''' HasData: Boolean;
  
 
== Description ==
 
== Description ==
  
 
HasData property is TRUE when TMWBuffer contains data. This is mostly used when writing data to TMWBuffer without using component's methods. For example, to supply external data, you set DataBuffer, DataBufferSize, DataBufferCount and HasData properties.
 
HasData property is TRUE when TMWBuffer contains data. This is mostly used when writing data to TMWBuffer without using component's methods. For example, to supply external data, you set DataBuffer, DataBufferSize, DataBufferCount and HasData properties.

Latest revision as of 15:04, 14 May 2011

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

Definition

property HasData: Boolean;

Description

HasData property is TRUE when TMWBuffer contains data. This is mostly used when writing data to TMWBuffer without using component's methods. For example, to supply external data, you set DataBuffer, DataBufferSize, DataBufferCount and HasData properties.