Vcl.ComCtrls.TTreeView.ChangeDelay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ChangeDelay;

C++

__property ChangeDelay = {default=0};

Properties

Type Visibility Source Unit Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TTreeView

Description

Specifies the delay between when a node is selected and when the OnChange event occurs.

Vcl.ComCtrls.TTreeView.ChangeDelay inherits from Vcl.ComCtrls.TCustomTreeView.ChangeDelay. All content below this line refers to Vcl.ComCtrls.TCustomTreeView.ChangeDelay.

Specifies the delay between when a node is selected and when the OnChange event occurs.

Use ChangeDelay to get or set the delay, in milliseconds, between when a node is selected and when the OnChange event occurs.

Set the ChangeDelay to 50 milliseconds to emulate the behavior of the tree-view control used in Windows Explorer.

See Also