Vcl.Dialogs.TFindDialog

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Dialogs.TCommonDialogSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFindDialog

Delphi

TFindDialog = class(TCommonDialog)

C++

class PASCALIMPLEMENTATION TFindDialog : public TCommonDialog

Properties

Type Visibility Source Unit Parent
class public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs Vcl.Dialogs

Description

TFindDialog displays a Find dialog that allows users to search for text in a file.

The TFindDialog component displays a modeless Windows dialog box that prompts the user for a search string. The dialog does not appear at runtime until it is activated by a call to the Execute method.

See Also