Midware TMWTable.Data

From Overbyte
Revision as of 11:49, 24 May 2011 by Marie (talk | contribs) (→‎Definition)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.