TTMSFNCBloxXBlox.MoveElementIndex Method
Moves an element to a new position in the element order, which affects the z-order in which elements are drawn.
API unit family: TMSFNCBloxCoreDiagram
Declaring type: TTMSFNCBloxXBlox
Syntax
procedure MoveElementIndex(AElement: TTMSFNCBloxElement; NewIndex: integer);
Parameters
| Name | Description |
|---|---|
AElement |
The element to reposition. |
NewIndex |
The zero-based target index in the element list. |