Vcl.ComCtrls.TTreeNode.MakeVisible

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure MakeVisible;

C++

void __fastcall MakeVisible();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeNode

Description

Makes a node visible.

MakeVisible makes the node visible to the user, expanding parent nodes and scrolling as necessary.

See Also