|
JWSCL Documentation
|
class procedure AddAttribute(var Attr: TJwXMLAttributes; const Name: TJwString; const Value: TJwString); virtual;
|
Parameters |
Description |
|
var Attr: TJwXMLAttributes |
receives an TJwXMLAttributes where the new attribute is added to the end |
|
const Name: TJwString |
defines a name for the attribute. The function does not check for duplicates |
|
const Value: TJwString |
defines the value of the attribute TJwLogWriter |
AddAttribute is a helper function that adds an attribute structure TJwXMLAttribute to an array TJwXMLAttributes.
|
Copyright (c) 2010. All rights reserved.
This help was created by Doc-O-Matic sponsored by toolsfactory software inc. |
|
What do you think about this topic? Send feedback!
|