Difference between revisions of "Midware TMWTable.RecordSize"
Jump to navigation
Jump to search
(Created page with ' Main page -> Midware component reference -> TMWTable -> RecordSize == D…') |
|||
Line 3: | Line 3: | ||
== Definition == | == Definition == | ||
− | '''property''' RecordSize: | + | '''property''' RecordSize: Word; |
== Description == | == 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. | 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. |
Latest revision as of 12:36, 24 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.