TTMSFNCBloxElement.UpdateMoving Method
Called once for each pointer move while the element is being moved, so descendants can react to the movement.
API unit family: TMSFNCBloxCoreElement
Declaring type: TTMSFNCBloxElement
Syntax
procedure UpdateMoving(AInfo: TTMSFNCBloxElementMoveInfo); virtual; abstract;
Parameters
| Name | Description |
|---|---|
AInfo |
Information describing the current move step. |