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

TSearchFindNext

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

Declaration

Source position: stdactns.pas line 361

type TSearchFindNext = class(TCustomAction)

public

  constructor Create(); override;

  

  function HandlesTarget(); override;

  

  procedure UpdateTarget(); override;

  

  procedure ExecuteTarget(); override;

  

  procedure Notification(); override;

  

published

  property Caption: string;

  

  property Enabled: Boolean;

  

  property HelpContext: THelpContext;

  

  property HelpKeyword: string;

  

  property HelpType: THelpType;

  

  property Hint: string;

  

  property ImageIndex: Integer;

  

  property SearchFind: TSearchFind; [rw]

  

  property ShortCut: TShortCut;

  

  property SecondaryShortCuts: TShortCutList;

  

  property Visible: Boolean;

  

  property OnHint: THintEvent;

  

end;

Inheritance

TSearchFindNext

  

|

TCustomAction

  

|

TContainedAction

  

|

TObject



CT Web help

CodeTyphon Studio