Midware TMWTable.Data

From Overbyte
Jump to navigation Jump to search

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.