|
|
|
|
|
TotalNbChildren (Property) In french: NbFilsTotal
The TotalNbChildren property returns the total number of children in a branch: - of a Treeview control,
- in a TreeView Table control.
// List the children selected in the Treeview Table control NbChildren is int = TVT_MyTable[TVT_MyTable].TotalNbChildren FOR i = 1 TO NbChildren Trace(TVT_MyTable[n + i]) END
Syntax
<Result> = <Element>.TotalNbChildren
<Result>: Integer Total number of children. <Element>: Character string Element to use. This element can be: - a Treeview control branch.
- A branch of a TreeView Table control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|