<< Click to Display Table of Contents >>
OZUserActionCommand > MoveComp
when the user moves the position of the component, "MoveComp" is returned.
attr |
Description |
---|---|
compindex |
The component index(int). One-Based Index |
compname |
The component name(string) |
comptype |
The component type(string) |
height |
The height of component(float) |
pageindex |
The page index(int). One-Based Index |
reportindex |
The report index(int). Zero-Based Index |
reportname |
The report name(string) |
width |
The width of component(float) |
xpos |
The X coordinate of the component(float) |
ypos |
The Y coordinate of the component(float) |