XFormCollection

XFormCollection class

Class represents collection of XFormCollection.

The XFormCollection type exposes the following members:

Properties

NameDescription
is_synchronizedReturns true if object is synchronized.
sync_rootSynchronization object.

Indexer

NameDescription
[index]Returns XForm by index.

Methods

NameDescription
delete(index)Delete XForm from collectin
delete()Delete XForm from collectin
delete(name)Deletes XForm from collection by form name.

See Also