Xml.xmldom.IDOMDocument.createAttribute

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function createAttribute(const name: DOMString): IDOMAttr; safecall;

C++

virtual HRESULT __safecall createAttribute(const System::UnicodeString name, _di_IDOMAttr &__createAttribute_result) = 0 ;

プロパティ

種類 可視性 ソース ユニット
function public
Xml.Xmldom.pas
Xml.xmldom.hpp
Xml.xmldom IDOMDocument


説明

新しい属性を作成します。

createAttribute メソッドは、name パラメータで指定された名前を持つ新しい属性を作成します。

関連項目