|
ONLINE HELP WINDEV, WEBDEV AND WINDEV MOBILE |
| | | |
|
- Browsing table control with continuous scrollbar
- Array and associative array
- Limit
Count (Property) In french: Occurrence
Warning
From version 24, Occurrence is kept for backward compatibility. This property is replaced by Count.
// Number of elements found in the "TABLE_CustomerTable" control ResCount = TABLE_CustomerTable..Count
// Number of elements in CustomerArray CustomerArray is dynamic array CustomerArray = new dynamic array of 4 by 7 int Trace("Number of elements: " + CustomerArray..Count)
Syntax
<Result> = <Element used>..Count
Remarks Limit ..Count only applies to the: - List Box and ListView controls,
- Table and TreeView Table controls,
- Looper controls,
- Combo Box controls,
- TreeView controls,
- Check Box controls,
- Radio Button controls,
- columns of Table controls, columns of TreeView Table controls,
- Tab controls,
- groups of controls,
- Chart controls,
- arrays, associative arrays,
- queues, stacks and lists,
Versions 15 and later TreeMap controls. New in version 15 TreeMap controls. TreeMap controls. Versions 16 and later menus. New in version 16 menus. menus. Versions 17 and later Organization Chart controls. New in version 17 Organization Chart controls. Organization Chart controls.
This page is also available for…
|
|
|
| |
| Click [Add] to post a comment |
|
| |
|
| |
| |
| |
| |
| |
| |
| | |
| |
|
| |
| | |
| |
|
|
|