Click or drag to resize
ArrayTable Properties

[This is preliminary documentation and is subject to change.]

The ArrayTable type exposes the following members.

Properties
  NameDescription
Public property_arrayIndex
this arraytable (clone) corresponds to row with index = _arrayIndex
Public propertyComputations
Get the DataDictionaryComputationCollection from the TmplItem
(Inherited from TmplItem.)
Public propertyFocusId
Return id for the HTML element to focus
(Inherited from TmplItem.)
Public propertyFocusSelect
Return whether a focused element may be selected (e.g. whether .select() should be called)
(Inherited from TmplItem.)
Public propertyId
get/set ID
(Inherited from TmplItem.)
Protected propertyIdOfFieldToReceiveFocus
Get the id of the HTML field that should receive focus
(Inherited from DataNameBase.)
Public propertyIsInGridRecord
Check if this TmplItem is placed (directly) in GridRecord
(Inherited from TmplItem.)
Public propertyIsInsideArray
Check if this TmplItem is contained in an ArrayTable (recursively)
(Inherited from TmplItem.)
Public propertyMinimumRowsWhenCreating
The minimum number of rows in the ArrayTable when the form is created
Public propertyPublishingName
(Inherited from TmplItem.)
Public propertyRules
Get the RuleCollection from the TmplItem
(Inherited from TmplItem.)
Public propertySubTmplItems
Get the collection of TmplItems contained in this TmplItem
(Inherited from TmplItem.)
Public propertySuperTmplItem
Get/set the parent TmplItem of this TmplItem
(Inherited from TmplItem.)
Public propertyTableRowCount
Get number of rows in ArrayTable TODO: there already is a property RowCount of type string - refactor!
Public propertyUniqueId
Get the uniqueId for this TmplItem (randomly set in the ctor)
(Inherited from TmplItem.)
Top
See Also