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

TSearchFindNext

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

Declaration

Source position: stdactns.pas line 370

type TSearchFindNext = class(TCustomAction)

public

  constructor Create(); override;

  function HandlesTarget(); override;

  procedure UpdateTarget(); override;

  procedure ExecuteTarget(); override;

  procedure Notification(); override;

published

  property Caption;

  property Enabled;

  property HelpContext;

  property HelpKeyword;

  property HelpType;

  property Hint;

  property ImageIndex;

  property SearchFind: TSearchFind; [rw]

  property ShortCut;

  property SecondaryShortCuts;

  property Visible;

  property OnHint;

end;

Inheritance

TSearchFindNext

|

TCustomAction

  

TCustomAction is the ancestor class for TAction

|

TContainedAction

  

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

|

TBasicAction

?

TObject