Programmieren mit dBASE PLUS: Funktionen: visibleCount
Erscheinungsbild
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]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.