TTMSFNCBloxXBlox.Extract Method
Removes an element from the diagram without freeing it, transferring ownership to the caller.
API unit family: TMSFNCBloxCoreDiagram
Declaring type: TTMSFNCBloxXBlox
Syntax
function Extract(AElement: TTMSFNCBloxElement): TTMSFNCBloxElement;
Remarks
Use this instead of Remove when the element must survive removal, for example to reinsert it elsewhere.
Parameters
| Name | Description |
|---|---|
AElement |
The element to detach from the diagram. |
Returns
The detached element, now owned by the caller.