[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TContainedAction - parent class for TCustomAction; defines some properties especially relationships with parents
Source position: actnlist.pas line 38
type TContainedAction = class(TBasicAction) |
||
protected |
||
procedure ReadState(); override; |
|
|
procedure SetParentComponent(); override; |
|
|
public |
||
destructor Destroy; override; |
||
function Execute; override; |
|
|
function GetParentComponent; override; |
|
|
function HasParent; override; |
|
|
function Update; override; |
|
|
property ActionList: TCustomActionList; [rw] |
|
The ActionList in which this action is contained |
|
The Index of this action in the list of actions |
|
published |
||
property Category: String; [rw] |
|
The Category of this action |
end; |
|
TContainedAction - parent class for TCustomAction; defines some properties especially relationships with parents |
|
| | ||
| | ||
| | ||
| | ||
lazarus-ccr.sourceforge.net |