Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
/
TccFastXML.AddAttribute
TccFastXML.AddAttribute
Juni 22, 2016
Parameter
(NodeId : Integer; Name : WideString; Value : Variant) : Boolean;
Beschreibung
AddAttribute fügt ein neues Attribut am angegebenen Knoten mit der entsprechenden Id ein.
Beispiel
i := ccFastXML.AddNode('Example','ExampleValue',false); ccFastXML.AddAttribute(i,'MyAttribute','MyValue');
, multiple selections available, Use left or right arrow keys to navigate selected items