RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClientItem.Action Property

Specifies the action category or action that the TActionClientItem represents.

Pascal
property Action: TContainedAction;
C++
__property TContainedAction Action;

When an action category or action is added to an action band, the specified action is automatically assigned to the Action property of the TActionClientItem object by the action manager.

Note: If the TActionClientItem represents an action band separator control, the Action property is nil (Delphi) or NULL (C++).
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!