Difference between revisions of "Midware TMWTable.RecordSize"

From Overbyte
Jump to navigation Jump to search
(Created page with ' Main page -> Midware component reference -> TMWTable -> RecordSize == D…')
(No difference)

Revision as of 12:27, 6 May 2011

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

Definition

property RecordSize: Word;

Description

The record size property gives the size of the record. It is a readonly computed value based on the FieldLayout property. Remember that the data is stored TMWBuffer component which has variable length record as each TMWBuffer record can have a variable number of fields each one having a variable length.