RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TComponent.SetAncestor Method

Clears or sets csAncestor state in the component's ComponentState property.

Pascal
procedure SetAncestor(Value: Boolean);
C++
__fastcall SetAncestor(Boolean Value);

SetAncestor is used internally in the component streaming system. It is not necessary to call it directly.  

If Value is set to true, the csAncestor flag is included into the component state; otherwise it is excluded. 

 

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