Vcl.ComCtrls.TCustomTreeView.ChangeDelay

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ChangeDelay: Integer read GetChangeDelay write SetChangeDelay default 0;

C++

__property int ChangeDelay = {read=GetChangeDelay, write=SetChangeDelay, default=0};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TCustomTreeView

Description

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