PropertyHandle :: MoveDown - Move instance down
In an unordered collection or in a collection ordered by __AUTOIDENT the position of an instance can be moved up or down. Moving the instance down in an unordered position will change the position of the instance, only. Moving it down in a collection ordered by __AUTOIDENT will update the identifying number of the instance.
The function will not change the position for instances in any other type of collection.
Implementation overview
- Mov instance down
PropertyHandle :: MoveDown (  ) - Mov instance down
PropertyHandle :: MoveDown ( count )
Implementation details
-
Mov instance down
logical PropertyHandle  :: MoveDown (  )
The implementation moves the instance one entry down in the collection.
to list
-
Mov instance down
logical PropertyHandle  :: MoveDown ( int32 count )
The implementation moves the instance entry count positions down in the collection. When count is negative (AUTO) or larger than the number of possible positions it can move down, it will be moved to the end of the collection.
- count
- Number of items
The value contains the number of items (characters, entries, instances etc.).
to list
- count
- Number of items