API:Vcl.StdActns.TSearchAction.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AOwner: TComponent); override;

C++

__fastcall virtual TSearchAction(System::Classes::TComponent* AOwner);

Properties

Type Visibility Source Unit Parent
constructor public
Vcl.StdActns.pas
Vcl.StdActns.hpp
Vcl.StdActns TSearchAction

Description

Creates an instance of TCommonDialogAction.

Vcl.StdActns.TSearchAction.Create inherits from Vcl.StdActns.TCommonDialogAction.Create. All content below this line refers to Vcl.StdActns.TCommonDialogAction.Create.

Creates an instance of TCommonDialogAction.

Most applications do not need to call the TCommonDialogAction constructor because actions are added at design time to an action list or action manager.

The TCommonDialogAction constructor creates an instance of its associated dialog, which descendant classes make available through the Dialog property.

AOwner specifies the Owner for the action. This is the component that is responsible for freeing the TCommonDialogAction instance.

See Also