SelectSiblings([Through: Boolean = False]);
Through is an optional parameter that determines the selection area of the elements of the same level. False is set by default, the elements of the level are selected within the scope of the common parent element. If True is set, all elements placed on the same level with the current element are selected.
The SelectSiblings method selects the elements of the level on which this element is placed.
See also: