IUlintElement.UlintValue (PROP) ¶ PROPERTY UlintValue : ULINT Returns the value of the element.
IWStringElement.WStringValue (PROP) ¶ PROPERTY WStringValue : WSTRING Returns the value of the element.
ILockable.Lock (METH) ¶ METHOD Lock : BOOL InOut: Scope Name Type Return Lock BOOL
ILockable.LockWaitTime (PROP) ¶ PROPERTY LockWaitTime : SYSTIME Set and get the wait time. If a call is blocked, the call is repeated after LockWaitTime . Default: 300 µs
ILockable.ReleaseLock (METH) ¶ METHOD PUBLIC ReleaseLock
IIterator.HasNext (METH) ¶ METHOD HasNext : BOOL Checks the next element. InOut: Scope Name Type Return HasNext BOOL
IIterator.Next (METH) ¶ METHOD Next : COLLECTION_ERROR Get the next element itfElement. Returns COLLECTION_ERROR.NO_MORE_ELEMENTS if the end of the iteration has been reached. InOut: Scope Name Type Return Next COLLECTION_ERROR Output itfElement IElement
ILinkedListIterator.FirstObjectReference (PROP) ¶ PROPERTY FirstObjectReference : ILinkedObjectReference
ILinkedListIterator.ModCounter (PROP) ¶ PROPERTY ModCounter : IModCounter Set the modification counter.
IListIterator.ElementArray (PROP) ¶ PROPERTY ElementArray : POINTER TO IElement Set the pointer to the array list of elements.