Visit Gigasoft's Web Site
 ProEssentials v9 Help

TAMoved Event

Scope: All ProEssentials Objects

 

Sub ctlname_TAMoved( nMovementType As Integer, nIndex As Integer)

 

The TAMoved event is fired when the user moves or sizes a table annotation.

 

Parameter

Description

nMovementType

0 = Moving table
1 = Sizing left side of table
2 = Sizing right side of table

nIndex

Zero based index of table annotation moved or sized.

 

Comments

This event is only fired if TAMoveable is TRUE.

 

See Also: OCX/VCL Events