Xml.XMLDoc.TXMLNodeList.Insert
Delphi
procedure Insert(Index: Integer; const Node: IXMLNode);
C++
void __fastcall Insert(int Index, const Xml::Xmlintf::_di_IXMLNode Node);
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
procedure function |
protected | Xml.XMLDoc.pas Xml.XMLDoc.hpp |
Xml.XMLDoc | TXMLNodeList |
説明
Insert メソッドは,リストの指定された位置に新しいノードを挿入します。
Insert メソッドを呼び出すと,Index で指定された位置にノードを追加できます。
Index はノードを挿入する位置を指定し,0 は最初の位置,1 は 2 番めの位置です。Index が無効なインデックスを指定している場合,Insert は例外を生成します。
Node は,リストに追加するノードです。