![]() |
MKI_DatabaseRowAdd (Databases) Changed in Version 2019.0 |
www.CAD6.com |
C++ Syntaxbool MKI_DatabaseRowAdd( __int32 f_nDatabaseIndex, __int32 f_nRowIndex, __int32 f_nCellMode );
Adds an empty row to the given database. All new cells will contain a zero-length text.
ParametersDatabaseIndex [__int32] Index of the database that shall be modified. A value between MKI_BLOCK_INDEX and MKI_BLOCK_INDEX + MKI_DATABASE_INTERNAL_MAX - 1 indicates an internal database: MKI_BLOCK_INDEX refers to the drawing's default internal database (with empty name), MKI_BLOCK_INDEX + 1 through MKI_BLOCK_INDEX + MKI_DATABASE_INTERNAL_MAX - 1 refer to the other named internal database (with non-empty names). To access an external database, use value between 0 and MKI_DATABASE_MAX - 1. RowIndex [__int32] Index of the row before which the new row shall be inserted. Use -1 to append the row at the end. CellMode [__int32] Initial cell mode of the new row’s cells. A bit-wise combination of the following values:
MKI_CELLMODE_NONE No special mode set.
MKI_CELLMODE_DELIMITED If this flag is set, the cell originally contains delimited text. The delimiters are not part of the cell’s textual content described by Content and Length.
Return ValueReturns true if successful, false if not.
|
CAD6interface 2025.0 - Copyright 2025 Malz++Kassner® GmbH