Vcl.StdActns.TSearchFindNext.Create
Delphi
constructor Create(AOwner: TComponent); override;
C++
__fastcall virtual TSearchFindNext(System::Classes::TComponent* AOwner);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| constructor | public | Vcl.StdActns.pas Vcl.StdActns.hpp |
Vcl.StdActns | TSearchFindNext |
Description
Creates an instance of TSearchFindNext.
Most applications do not need to call the TSearchFindNext constructor because actions are added at design time to an action manager or action list.
AOwner specifies the Owner for the action. This is the component that is responsible for freeing the TSearchFindNext instance.