|
JWSCL Documentation
|
function WriteSingleTag(IndentLevel: Integer; TagName: TJwString; Value: TJwString; Attributes: TJwXMLAttributes): TJwString; safecall;
|
Parameters |
Description |
|
TagName: TJwString |
defines the name of the tag |
|
Value: TJwString |
defines the value of the tag. If empty the tag has no value |
|
Attributes: TJwXMLAttributes |
defines an array of attributes to be added to the tag |
|
IndLevel |
defines the indentation level. |
Returns the formatted xml tag.
WriteSingleTag writes a single tag.
|
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!
|