| | |
| Operating mode with the constant | Default operating mode |
---|
taWithBinary | Binary items (link composite key for example) are added to the Table control. | Default: Binary fields (e.g. compound link key) are not added to the Table control. |
taWithAutoID | A column is generated for the automatic identifier. | Default: No column for automation identifier. |
taWithDetailsBinding | A sub-table is automatically generated to display the bound items from the data files of the analysis. | Default: No "line detail" window is displayed. |
taSingleLineColumn | By default, text columns are created with the Multiline property set to False. | Default: Text columns corresponding to memo items are multiline and other text columns are monoline. |
taMultiLineColumn | By default, text columns are created with the Multiline property set to True. | Default: Text columns corresponding to memo items are multiline and other text columns are monoline. |
taKeepBrowseKey | The search key of the data-bound Table control does not change (this search key is returned by the BrowsedItem property). | Default setting: The first key item encountered is positioned as the browse item. |
taKeepColumn | The existing columns in the Table control are not deleted. | Default: Existing columns are deleted. |
taImageSizeOnly | Image memo columns display size only and never load images. | Default: Image memo columns display images. |
taItemCaption | The captions of items are used for the titles of columns. | Default: Uses field name as column heading. |
taByLogicalOrder | The columns are created according to the logical order of items defined in the data model editor. For the queries, the logical order and the physical order of items are identical. | Default: The physical order of fields in the data file is used. For the queries, the logical order and the physical order of items are identical. |
taFillTable | A Table control is populated programmatically with the contents of the data file (Caution: time-consuming operation that can saturate memory). | Default: Table fields are not populated programmatically. |
taWithAutoID | Input allowed in the column associated with the automatic identifier (if it exists and if the Table control is in edit). | |
taNoAdjust | The width of the columns is not adjusted (the records are not read). | |
taNoMemoText | The 'text memo' items are not added into the Table control. | Default: Text memo' fields are added to the Table control. |
taNoMemoImage | The "image memo" items are not added into the Table control. | Default: Image memo' fields are added to the Table control. |