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 ==…')
(No difference)

Revision as of 11:57, 6 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.