- indexing
- title: "Visual Eiffel Library.", "The `WAPI_LV_COLUMN%' structure contains information about a column in a list view control. This structure is also used to receive information about a column."
- project: "Visual Eiffel Win32 Library"
- revision: "$Revision: 1.2 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: winlib
class WAPI_LV_COLUMN
- inherit
-
WAPI_GET_POINTER
- end
- feature -- Class data
-
mask: BIT 32
-
fmt: INTEGER
-
cx: INTEGER
-
pszText: POINTER
-
cchTextMax: INTEGER
-
iSubItem: INTEGER
-
iImage: INTEGER
-
iOrder: INTEGER
- feature -- Access
-
ptr: POINTER
- feature -- Operations
-
set_mask (mask_: BIT 32)
-
set_fmt (fmt_: INTEGER)
-
set_cx (cx_: INTEGER)
-
set_pszText (psztext_: POINTER)
-
set_cchTextMax (cchtextmax_: INTEGER)
-
set_iSubItem (isubitem_: INTEGER)
-
set_iImage (iimage_: INTEGER)
-
set_iOrder (iorder_: INTEGER)
end -- class WAPI_LV_COLUMN