Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxControlOptionsFindPanel.ApplyInputDelay Property

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