Unit 'StdActns' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TSearchAction.Create

Constructor for the class instance.

Declaration

Source position: stdactns.pas line 293

public constructor TSearchAction.Create(

  TheOwner: TComponent

); override;

Arguments

TheOwner

  

Owner for the class instance.

Description

Calls the inherited constructor, and sets the value for the internal Control to Nil.

See also

TBasicAction.Create