描述
获取列表视图控件中的项目数。
PB语法
FUNCTION ListView_GetItemCount ( _ BYVAL hwndLV AS DWORD _ ) AS LONG |
参数
hwndLV |
[in]处理ListView控件。 |
返回值
返回项目数。
最低操作系统
Windows NT 3.51,Windows 95。
引用文件 #INCLUDE Once
ListViewCtrl.inc
导航: Windows Controls Wrapper Functions > List View Control > Wrappers > ListView_GetItemCount |
![]() ![]() ![]() |
描述
获取列表视图控件中的项目数。
PB语法
FUNCTION ListView_GetItemCount ( _ BYVAL hwndLV AS DWORD _ ) AS LONG |
参数
hwndLV |
[in]处理ListView控件。 |
返回值
返回项目数。
最低操作系统
Windows NT 3.51,Windows 95。
引用文件 #INCLUDE Once
ListViewCtrl.inc