Vcl.Dialogs.TFindReplaceFunc

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef HWND __stdcall (*TFindReplaceFunc)(tagFINDREPLACEW &FindReplace);

Properties

Type Visibility Source Unit Parent
typedef public Vcl.Dialogs.hpp Vcl.Dialogs Vcl.Dialogs

Description

Internal function used by TFindDialog and TReplaceDialog.

TFindReplaceFunc is a function used internally by TFindDialog and TReplaceDialog to find or replace the next occurrence of the searched text.

See Also