RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TContainedAction.HasParent Method

Indicates whether the action is contained in an action list or action manager.

Pascal
function HasParent: Boolean; override;
C++
virtual __fastcall Boolean HasParent();

HasParent is called by the streaming system that loads and saves components. It ensures that objects are loaded and saved with their parent objects. TContainedAction overrides the inherited method to return true if the action is contained in an action list or action manager. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!