Difference between revisions of "Midware TMWTable.Data"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TMWTable -> Data == Definition ==…')
 
 
Line 3: Line 3:
 
== Definition ==
 
== Definition ==
  
  '''property''' Data: '''TMWBuffer''';
+
  '''property''' Data: TMWBuffer;
  
 
== Description ==
 
== Description ==

Latest revision as of 11:49, 24 May 2011

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

Definition

property Data: TMWBuffer;

Description

Data property is a link to TMWBuffer component used to hold all data. TMWTable is just an interface, it doesn't contains any data. You can think of it as being a presentation layer.

TMWTable must be closed if you wants to change Data property. Data is presented as a table using FieldLayout property to describe columns.