MKI_DialogDatabaseColumns (Dialogs) New in Version 2019.0

www.CAD6.com

C++ Syntax

bool

MKI_DialogDatabaseColumns(

 HWND f_hWindow,

 const LPCWSTR f_pszCaption,

 __int32 f_nDatabaseIndex );

 

Shows and processes a dialog for editing the columns of a database (especially assigning auto-columns).

 

Parameters

Window

[HWND] Handle of the dialog window's parent window.

Caption

[const LPCWSTR] Title of the dialog window to be displayed. Be careful that the given title fits into the dialog window's caption.

DatabaseIndex

[__int32] Index of the database whose columns shall be edited.

 

Return Value

Returns true if the dialog window was ended by pressing the OK/Close button, else false. Changes in this dialog will always be saved.

 

CAD6interface 2026.0 - Copyright 2026 Malz++Kassner® GmbH