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

TdxPDFDocumentTextSearchOptions Record

In This Article

Stores the settings applied to text search operations in the PDF Viewer control.

#Declaration

Delphi
TdxPDFDocumentTextSearchOptions = record

#Remarks

This record uses the following fields to store:

  • The search operation case sensitivity flag (CaseSensitive);

  • The whole words search mode flag (WholeWords);

  • The search direction within the loaded document (Direction).

Additionally, the TdxPDFDocumentTextSearchOptions type provides the Default class function, allowing you to obtain the record containing the default search settings employed by all text search methods.

The TdxPDFDocumentTextSearchOptions type is referenced by:

See Also