[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TCustomTreeView.IsNodeHeightFullVisible

Indicates whether the full height for the specified tree node is visible on the tree view control.

Declaration

Source position: comctrls.pp line 3569

protected function TCustomTreeView.IsNodeHeightFullVisible(

  ANode: TTreeNode

):Boolean;

Arguments

ANode

  

Tree node examined in the method.

Function result

True if the text for the specified tree node is fully visible within the vertical bounds for the control.

Description

IsNodeHeightFullVisible is a Boolean method which indicates whether the tree node in ANode is fully visible vertically on the tree view control.

The return value is True if the Top and Height properties for the tree node occur within the usable display area on the control.

The return value is False when:

IsNodeHeightFullVisible is used in the implementation of the IsNodeHeightFullVisible method in TTreeNode.


Version 3.2 Generated 2024-02-25 Home