TTMSFNCTimeline.OnSectionMove Event
Occurs while a timeline item is being moved.
API unit family: TMSFNCTimeline
Declaring type: TTMSFNCTimeline
Inherited from: TTMSFNCCustomTimeline
Syntax
OnSectionMove: TTMSFNCTimelineSectionMove;
Parameters
| Name | Description |
|---|---|
Sender |
Object that triggered the event. |
ASection |
Section associated with the event. |
AMoveParams |
Move or size change parameters. |
AAllow |
Set to False to cancel the operation. |