RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TActionClientsCollection.ParentItem Property

Indicates the action client object that uses this collection to maintain its subitems.

Pascal
property ParentItem: TActionClient;
C++
__property TActionClient ParentItem;

ParentItem is the TActionClient descendant that uses this object to implement its Items property. ParentItem corresponds to an action band, while the items in this collection correspond to the child items of that action band. 

If the TActionClientsCollection object does not represent the child items of a TActionClient descendant, ParentItem is nil (Delphi) or NULL (C++). For example, on the TActionClientsCollection object that implements the ActionBars property of an action manager, the value of ParentItem is nil (Delphi) or NULL (C++). 

 

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