Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Technical Reference - <b>syncchildren()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 syncChildren()
 Force relational movement in child workareas
------------------------------------------------------------------------------
 Prototype

     ERRCODE syncChildren(
                           WORKAREAP wa,
                         )

 Arguments

     wa is a pointer to self.

 Description

     Synchronizes all child workareas in wa->relations.

 Default Behavior

     syncChildren() traverses the relation list wa->relations and calls
     childSync(), passing the child's workarea structure and the current
     relation info structure from the parent.

     Note:  childSync() must be implemented by a subclass.

 Implementation Notes

     .  You should only replace this method with extreme care because
        recursive use of childSync() may call the code in syncChildren().
        Also, error codes (return value from childSync()) may cause the
        premature end of processing in this method.

 Files:  Header file is Rdd.api.


See Also: WORKAREA childSync()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson