[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TSearchAction - base class for the actions associated with the various Search menu options
Source position: stdactns.pas line 293
type TSearchAction = class(TCommonDialogAction) |
||
protected |
||
|
||
procedure CreateDialog; override; |
||
procedure Notification(); override; |
|
|
procedure UpdateControl(); |
||
function PerformSearch; |
||
procedure ShowNotFound; virtual; |
||
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
function HandlesTarget(); override; |
|
|
procedure Search(); virtual; |
|
|
procedure UpdateTarget(); override; |
|
|
procedure ExecuteTarget(); override; |
|
|
end; |
|
TSearchAction - base class for the actions associated with the various Search menu options |
|
| | ||
|
TCommonDialogAction - base class for providing actions associated with Dialogs |
|
| | ||
|
TCustomAction is the ancestor class for TAction |
|
| | ||
|
TContainedAction - parent class for TCustomAction; defines some properties especially relationships with parents |
|
| | ||
TBasicAction |
||
? | ||
TObject |