Icon Elements Property

property Elements: TElements

Available In: Visual Client Applications

Contains references to all child elements that have the current element instance assigned as its Parent property. Element parentage automatically implies element ownership, so any child elements of the current element instance will automatically be disposed of when the current element instance is destroyed.

Warning This property will be nil if no child elements have been assigned to the element.
Image