Help Center

CHeader.DeleteItemmethod

Deletes an item from a header control.

WindowsmethodCHeader.incdocumented

Syntax

FUNCTION DeleteItem (BYVAL hHeader AS HWND, BYVAL i AS LONG) AS BOOLEAN

Parameters

NameDescription
hHeaderThe handle of the header control.
iThe zero-based index of the item to delete.

Return value

Returns TRUE if successful, or FALSE otherwise.

Description

Deletes an item from a header control.

Reference

  • Include file CHeader.inc
  • Defined in AfxNova/CHeader.inc:146
  • Documented in Windows/WIndows Controls/CHeader Class.md
  • Topic: CHeader Class