[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 32
type TContainedAction = class(TBasicAction) end; |
||
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 |
property Index: Integer; [rws] |
|
The Index of this action in the list of actions |
published |
||
property Category: string; [rw] |
|
The Category of this action |
|
TContainedAction - parent class for TCustomAction; defines some properties especially relationships with parents |
|
| | ||
TBasicAction |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |