<< Click to Display Table of Contents >>

OZUserActionCommand > EditComp

when the user changes the text of the memo or label, "EditComp" is returned.

attr

Description

caption

The text(string)

compindex

The component index(int). One-Based Index

compname

The component name(string)

comptype

The component type(string)

pageindex

The page index(int). One-Based Index

reportindex

The report index(int). Zero-Based Index

reportname

The report name(string)

Reference

The only caption consists of oldvalue and newvalue. The oldvalue(e.g. MyObj.oldvalue.caption) is the value before the change and the newvalue(e.g. MyObj.newvalue.caption) is the value after the change.