Programmieren mit dBASE PLUS: Funktionen: ensureVisible


Makes the tree item visible in the tree view.

Syntax Bearbeiten

<oRef>.ensureVisible( )

<oRef>

An object reference to the tree item you want to display.

Eigenschaft von Bearbeiten

TreeItem

Beschreibung Bearbeiten

Use ensureVisible( ) when you want to make sure that a tree item is visible in the tree view. The tree is expanded and scrolled if necessary to make the item visible. If the tree item is already visible, nothing happens.