[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: stdactns.pas line 337
type TSearchReplace = class(TSearchAction) |
protected |
function GetDialogClass; override; |
procedure CreateDialog; override; |
public |
procedure Replace(); virtual; |
published |
property Caption; |
property Dialog: TReplaceDialog; [r] |
property Enabled; |
property HelpContext; |
property HelpKeyword; |
property HelpType; |
property Hint; |
property ImageIndex; |
property ShortCut; |
property SecondaryShortCuts; |
property Visible; |
property BeforeExecute; |
property OnAccept; |
property OnCancel; |
property OnHint; |
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 |