[Overview][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TEditAction - base class for actions associated with the various Edit menu options
Source position: stdactns.pas line 41
type TEditAction = class(TAction) |
||
protected |
||
procedure Notification(); override; |
|
|
public |
||
destructor Destroy; override; |
|
|
function HandlesTarget(); override; |
|
|
property Control: TCustomEdit; [rw] |
|
The Edit Control associated with this action |
end; |
|
TEditAction - base class for actions associated with the various Edit menu options |
|
| | ||
|
TAction is the basic action object used on the LCL. |
|
| | ||
|
TCustomAction is the ancestor class for TAction |
|
| | ||
|
TContainedAction - parent class for TCustomAction; defines some properties especially relationships with parents |
|
| | ||
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |