| Concept Framework 2.2 documentation | Contents | Index |
| Name | Type | Access | Version | Deprecated |
| ReorderChild | function | public | version 1.0 | no |
| public function ReorderChild(object Child, integer position) |
| Child | the child that must be reordered |
| position | the new position in the children list of his parent |
| This function changes the order of a child. For example, we have a box, with two buttons, one with the Caption "Button1" and the other one "Button2" . In the box we have Botton1 and then Button2; if box.ReorderChild(button2, 0) is called, then Button2 will appear first(Button2 | Button1). |
| Documented by Eduard Suica, generation time: Sun Jan 27 18:15:04 2013 GMT | (c)2013 Devronium Applications |