[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 361

type TSearchFindNext = class(TCustomAction)

public

  constructor Create(); override;

  

Constructor for the class instance.

  function HandlesTarget(); override;

  

Indicates whether the action can be applied to the specified target control.

  procedure UpdateTarget(); override;

  

Updates the Enabled state for the action based on values in SearchFind and Target.

  procedure ExecuteTarget(); override;

  

Executes the action for the specified Target control.

  procedure Notification(); override;

  

Handles notifications when a component used in the class instance is added or removed.

published

  property Caption: TTranslateString;

  

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

  property Enabled: Boolean;

  

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

  property HelpContext: THelpContext;

  

HelpContext - the index for a context-based help message.

  property HelpKeyword: string;

  

HelpKeyWord - the keyword of a context-based help message.

  property HelpType: THelpType;

  

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

  property Hint: TTranslateString;

  

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

  property ImageIndex: TImageIndex;

  

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: TShortCut;

  

ShortCut- an index to a shortcut list.

  property SecondaryShortCuts: TShortCutList;

  

SecondaryShortCuts - a stringlist containing shortcuts.

  property Visible: Boolean;

  

Visible - is this action visible? (default True).

  property OnHint: THintEvent;

  

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

  

Implements an Action class which has a category and parent action list.

|

TBasicAction

|

TComponent,IUnknown,IInterfaceComponentReference

|

TPersistent,IFPObserved

|

TObject

See also

TCustomAction


Version 3.2 Generated 2024-02-25 Home