Skip to main content

TcxControlOptionsFindPanel Members

Contains the Find Panel‘s appearance and behavior settings.

Constructors

Name Description
Create(TPersistent) Creates a new TcxOwnedPersistent class descendant instance. Inherited from TcxOwnedPersistent.

Properties

Name Description
ApplyInputDelay Specifies the delay (in milliseconds) prior to a search start in the delayed automatic search mode.
Behavior Switches the Find Panel between filter and search modes.
ClearFindFilterTextOnClose Specifies if the Find Panel clears its Find box when closed.
DisplayMode Specifies the end-user availability of the Find Panel.
EditingControl Provides access to the container control to which these Find Panel settings belong.
FocusContentOnApplyFilter Specifies if the Find Panel moves focus to the container control‘s content when activating search or filter criteria.
HighlightSearchResults Specifies if the found text matches are highlighted.
InfoText Specifies the custom information text string for the empty unfocused Find box.
Layout Switches the Find Panel between full-size and compact layouts.
MRUItems Provides access to the list of the most recently used search strings (MRU list for short) in the Find Panel‘s Find box.
MRUItemsListCount Specifies the maximum number of items in the Find Panel‘s MRU list.
MRUItemsListDropDownCount Specifies the maximum number of items that the MRU list‘s dropdown can display simultaneously.
Owner protected Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
Position Specifies the Find Panel‘s display position within a container control.
ShowClearButton Specifies if the Find Panel shows the Clear button.
ShowCloseButton Specifies if the Find Panel shows the Close button.
ShowFindButton Specifies if the Find Panel shows the Find button in filter mode.
ShowNextButton Specifies if the Find Panel shows the Next button in search mode.
ShowPreviousButton Specifies if the Find Panel shows the Previous button in search mode.
UseDelayedFind Switches the Find Panel between delayed automatic and manual search types.
UseExtendedSyntax Specifies if the extended syntax is available for a search string.

Methods

Name Description
Assign(TPersistent) Updates the persistent information from the specified source. Inherited from TcxOwnedPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
DoAssign(TPersistent) protected Updates the persistent information container’s class-specific properties with the corresponding values obtained from another persistent information container. Inherited from TcxOwnedPersistent.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner protected Returns the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent.
ToString Inherited from TObject.
See Also