Vcl.StdActns.TSearchReplace.BeforeExecute

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property BeforeExecute;

C++

__property BeforeExecute;

Properties

Type Visibility Source Unit Parent
event published
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TSearchReplace

Description

Occurs immediately before the dialog appears.

Vcl.StdActns.TSearchReplace.BeforeExecute inherits from Vcl.StdActns.TCommonDialogAction.BeforeExecute. All content below this line refers to Vcl.StdActns.TCommonDialogAction.BeforeExecute.

Occurs immediately before the dialog appears.

Write a BeforeExecute event handler to initialize the dialog immediately before it executes. When the action fires, it generates a BeforeExecute event, and then executes its associated dialog.

See Also