[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'StdActns' (#lcl)

TSearchReplace

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: stdactns.pas line 337

type TSearchReplace = class(TSearchAction)

protected

  function GetDialogClass; override;

  procedure CreateDialog; override;

public

  procedure Replace(); virtual;

published

  property Caption;

  property Dialog: TReplaceDialog; [r]

  property Enabled;

  property HelpContext;

  property HelpKeyword;

  property HelpType;

  property Hint;

  property ImageIndex;

  property ShortCut;

  property SecondaryShortCuts;

  property Visible;

  property BeforeExecute;

  property OnAccept;

  property OnCancel;

  property OnHint;

end;

Inheritance

TSearchReplace

|

TSearchAction

  

TSearchAction - base class for the actions associated with the various Search menu options

|

TCommonDialogAction

  

TCommonDialogAction - base class for providing actions associated with Dialogs

|

TCustomAction

  

TCustomAction is the ancestor class for TAction

|

TContainedAction

  

TContainedAction - parent class for TCustomAction; defines some properties especially relationships with parents

|

TBasicAction

?

TObject