Difference between revisions of "Midware TMWBuffer.HasData"
Jump to navigation
Jump to search
(Created page with ' Main page -> Midware component reference -> TMWBuffer -> HasData == Defi…') |
(No difference)
|
Revision as of 12:22, 5 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.