TTMSFNCBloxBaseGroup.LinkedAnchorChanged Method
Called when an element this block is anchored to changes, allowing the block to react to the change of the anchored element.
API unit family: TMSFNCBloxCoreBlock
Declaring type: TTMSFNCBloxBaseGroup
Inherited from: TTMSFNCBloxBlock
Syntax
procedure LinkedAnchorChanged(ALinkPoint: TTMSFNCBloxLinkPoint; AChange: TTMSFNCBloxAnchorChange); override;
Parameters
| Name | Description |
|---|---|
ALinkPoint |
The link point through which the block is anchored. |
AChange |
The kind of change reported by the anchored element. |