Difference between revisions of "Midware TMWBuffer.RecordCount"

From Overbyte
Jump to navigation Jump to search
 
 
Line 3: Line 3:
 
== Definition ==
 
== Definition ==
  
  '''property''' RecordCount: '''Integer''';
+
  '''property''' RecordCount: Integer;
  
 
== Description ==
 
== Description ==
  
 
Readonly property RecordCount retunrs the number of records stored in TMWBuffer. See also FieldCount.
 
Readonly property RecordCount retunrs the number of records stored in TMWBuffer. See also FieldCount.

Latest revision as of 15:19, 14 May 2011

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

Definition

property RecordCount: Integer;

Description

Readonly property RecordCount retunrs the number of records stored in TMWBuffer. See also FieldCount.