Help Center
Help CenterAfxNova

ListViewInsertColumnfunction

Inserts a new column in a list-view control. Same as AddColumn.

WindowsfunctionDDT.incundocumented
Not documented upstream. This symbol was found in the AfxNova source but appears in no documentation topic. The signature below is read directly from the code; any description comes from the source comments.

Syntax

PRIVATE FUNCTION ListViewInsertColumn (BYVAL hDlg AS HWND, BYVAL id AS LONG, BYVAL col AS LONG, BYVAL pwszText AS WSTRING PTR, BYVAL nWidth AS LONG, BYVAL nFormat AS LONG = LVCFMT_LEFT) AS LONG

Description

Inserts a new column in a list-view control. Same as AddColumn.

Reference

  • Include file DDT.inc
  • Defined in AfxNova/DDT.inc:1867