<< Click to Display Table of Contents >>

OZUserActionCommand > SelectComp

when the user clicks on the component or selects a component by a drag-and-drop, "SelectComp" is returned.

attr

Description

changeable

Whether component is changeable(string)

compname

The component name(string)

comptype

The component type(string)

editable

Whether component is editable(string)

height

The height of component(float)

movable

Whether component is movable(string)

reportname

The report name(string)

selecttype

The selection type(string)

width

The width of component(float)

xpos

The X coordinate of the component(float)

ypos

The Y coordinate of the component(float)

Reference

If a component is selected by finding or TOC link, the SelectComp does not occur.

If the multi-components are selected at a time by the drag and drop, the OZUserActionCommand event will occur at the same time.