AddElement method |
Applies to
TIcContentModel
Declaration
Procedure AddElement(name : TDOMString; param : byte);
Parameters |
Name | Name of element. |
Param | Multiplity of apperance of child element. Can be any of these values:
|
Raises |
EIcDOMException | Raises exception when you are trying to add appearing name in mixed content declaration. |
|