![]() |
MKI_DATABASE_CELL (Basic Classes) Changed in Version 2019.1 |
www.CAD6.com |
C++ Syntaxclass MKI_DATABASE_CELL { public:
LPCWSTR m_pContent; __int32 m_nLength, m_nMode;
void Init( void ); };
This structure contains information about a single database’s cell.
Element DescriptionContent Changed in Version 2019.1 [LPCWSTR] Pointer to a character string containing the cell’s textual content. Attention! This string is not null-terminated, its length is stored in Length. Length [__int32] Length of the cell’s textual content in number of characters. Must not be more than MKI_LENGTH_TEXT_LONG. Mode [__int32] Mode of the cell (see MKI_CELLMODE_*).
|
CAD6interface 2024.2 - Copyright 2024 Malz++Kassner® GmbH