Gambas 2 Belgeleri
Belgeler
BENİOKU
Bileşenler
gb
gb.net
gb.opengl
gb.sdl
Derleme & Kurulum
Dersler
Dil Fihristi
Geliştirici Belgeleri
Hata Mesajları
Kayıt
Language Overviews
Lexicon
Nasıl...
Son değişiklikler
Uygulama Deposu
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
XmlElement.ChildElements (gb.xml)
Property Read
ChildElements
As
XmlElement[]
Returns an
array
containing all the element children of this element. If the element has no children, or if none is an element, it returns an empty array.
This array is a copy of the one that contains the children of the element, so modifying it won't have any effect. If you want to add or remove a node to this element, see the
AppendChild
,
PrependChild
,
RemoveChild
,
InsertBefore
and
InsertAfter
methods.
See also
AllChildNodes
,
ChildNodes
,
AppendChild
,
RemoveChild