[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: stdactns.pas line 370
type TSearchFindNext = class(TCustomAction) |
public |
constructor Create(); override; |
function HandlesTarget(); override; |
procedure UpdateTarget(); override; |
procedure ExecuteTarget(); override; |
procedure Notification(); override; |
published |
property Caption; |
property Enabled; |
property HelpContext; |
property HelpKeyword; |
property HelpType; |
property Hint; |
property ImageIndex; |
property SearchFind: TSearchFind; [rw] |
property ShortCut; |
property SecondaryShortCuts; |
property Visible; |
property OnHint; |
end; |
| | ||
|
TCustomAction is the ancestor class for TAction |
|
| | ||
|
TContainedAction - parent class for TCustomAction; defines some properties especially relationships with parents |
|
| | ||
TBasicAction |
||
? | ||
TObject |