XSComponentList.Delete

Syntax variant: By index

Syntax:

Delete(<Index>)

Parameters:

<Index> (required)

Type: Number.
Component index in the list.

Description of method variant:

It removes a component from the list by its index.

Syntax variant: By value

Syntax:

Delete(<Component>)

Parameters:

<Component> (required)

Type: XSAnnotation, XMLSchema, XSAppInfo, XSDocumentation, XSMinExclusiveFacet, XSMinInclusiveFacet, XSMaxExclusiveFacet, XSMaxInclusiveFacet, XSLengthFacet, XSMinLengthFacet, XSMaxLengthFacet, XSTotalDigitsFacet, XSFractionDigitsFacet, XSEnumerationFacet, XSPatternFacet, XSWhitespaceFacet, XSSimpleTypeDefinition, XSComplexTypeDefinition, XSAttributeGroupDefinition, XSModelGroupDefinition, XSAttributeDeclaration, XSElementDeclaration, XSIdentityConstraintDefinition, XSXPathDefinition, XSNotationDeclaration, XSWildcard, XSImport, XSInclude, XSRedefine, XSAttributeUse, XSModelGroup, XSParticle.
The deleted XML Schema component.

Description of method variant:

It removes a component from the list by its component value.

Description:

Deletes a component from the list.

Availability:

Server, thick client, external connection.

    

1C:Enterprise Developer's Community