Difference between revisions of "Midware TMWTable.MWBufferFieldCount"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TMWTable -> [[Midware_TMWTable.MWBufferFieldCount | MWBufferFi…')
 
 
Line 3: Line 3:
 
== Definition ==
 
== Definition ==
  
  '''property''' MWBufferFieldCount: '''Integer''';
+
  '''property''' MWBufferFieldCount: Integer;
  
 
== Description ==
 
== Description ==
  
 
The number of fields. Based on FieldLayout property. See also FieldCount property inherited from TDataSet (see Delphi TDataSet help).
 
The number of fields. Based on FieldLayout property. See also FieldCount property inherited from TDataSet (see Delphi TDataSet help).

Latest revision as of 11:55, 24 May 2011

Main page -> Midware component reference -> TMWTable -> MWBufferFieldCount

Definition

property MWBufferFieldCount: Integer;

Description

The number of fields. Based on FieldLayout property. See also FieldCount property inherited from TDataSet (see Delphi TDataSet help).