TcxControlOptionsFindPanel.ApplyInputDelay Property
In This Article
Specifies the delay (in milliseconds) prior to a search start in the delayed automatic search mode.
#Declaration
Delphi
property ApplyInputDelay: Integer read; write; default 1000;
#Property Value
Type | Default |
---|---|
Integer | 1000 |
#Remarks
Use this property to adjust the delay between the last search string change made in the Find box and a search operation start if the UseDelayedFind property is set to True.
The ApplyInputDelay property’s default value is 1000.
See Also