Programmieren mit dBASE PLUS: Funktionen: visibleCount


Returns the number of tree items visible in the tree view area.

Syntax Bearbeiten

<oRef>.visibleCount( )

<oRef>

The tree view to check.

Eigenschaft von Bearbeiten

TreeView

Beschreibung Bearbeiten

visibleCount( ) returns the number of tree items that are visible in the tree view area. To count all the tree items, whether or not they are visible, use the count( ) method.