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

TSearchFindNext

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

TSearchFindNext - search action to find the next match

Declaration

Source position: stdactns.pas line 365

type TSearchFindNext = class(TCustomAction)

public

  constructor Create(); override;

  function HandlesTarget(); override;

  procedure UpdateTarget(); override;

  procedure ExecuteTarget(); override;

  procedure Notification(); override;

published

  property Caption;

  

The Caption to be used if this action is associated with a visible component

  property Enabled;

  

Enabled - whether this action is able to be used (default True)

  property HelpContext;

  

HelpContext - the index for a context-based help message

  property HelpKeyword;

  

HelpKeyWord - the keyword of a context-based help message

  property HelpType;

  

HelpType - the sort of help message to be offered: default Context-based

  property Hint;

  

Hint - a pop-up message that appears when the mouse hovers over an object

  property ImageIndex;

  

ImageIndex - the index number of the image to be associated with this action

  property SearchFind: TSearchFind; [rw]

  

The SearchFind action to use for searching

  property ShortCut;

  

ShortCut - an index to a shortcut list

  property SecondaryShortCuts;

  

SecondaryShortCuts - a stringlist containing shortcuts

  property Visible;

  

Visible - is this action visible? (default True)

  property OnHint;

  

OnHint - action to be taken when a hint is required

end;

Inheritance

TSearchFindNext

  

TSearchFindNext - search action to find the next match

|

TCustomAction

  

TCustomAction is the ancestor class for TAction

|

TContainedAction

  

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

|

TBasicAction

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent

|

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.