Vcl.Dialogs.TFindDialog.Options

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Options: TFindOptions read FOptions write FOptions default [frDown];

C++

__property TFindOptions Options = {read=FOptions, write=FOptions, default=1};

Properties

Type Visibility Source Unit Parent
property published
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs TFindDialog

Description

Determines the appearance and behavior of the Find dialog.

Use Options to

Determine which controls in the dialog are disabled (grayed).

Determine which controls do not appear in the dialog.

Specify settings for the search direction, case-sensitivity, and "whole word" attributes of the search.

By default, all options except frDown are off.

See Also

Code Examples