RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFiler.IgnoreChildren Property

Enables a writer object to save a component without saving the components it owns.

Pascal
property IgnoreChildren: Boolean;
C++
__property Boolean IgnoreChildren;

Programs rarely use IgnoreChildren directly. Programs use IgnoreChildren internally to avoid writing owned components when the Root is changed during the streaming process. A few components change Root while streaming, but this is rare. 

If IgnoreChildren is true, the writer writes a component without writing any child components it owns. If IgnoreChildren is false, the writer object writes all owned objects to the stream. 

 

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