<< Click to Display Table of Contents >>
OZUserActionCommand > ChangeComp
When the user changes the component property values or drawing type, "ChangeComp" is returned.
attr |
Description |
---|---|
backcolor |
The background color(string) |
barcodeerroroption |
The barcode error option(string) |
bottomframethickness |
The bottom border thickness(string) |
charspace |
The character spacing(string) |
charttype |
The chart type(string) |
clip |
The clipping(string) |
compindex |
The component index(int). One-Based Index |
compname |
The component name(string) |
comptype |
The component type(string) |
datagap |
The data gap of barcode(string) |
datamatrixencoding |
The encoding of DataMatrix barcode(string) |
datamatrixmargin |
The margin of DataMatrix barcode(string) |
dataposition |
The data position of barcode(string) |
effect |
The font effect(string) |
fontname |
The font name(string) |
fontsize |
The font size(int) |
fontstretch |
The font scale(string) |
fontstyle |
The font style(string) |
gradientcolor |
The gradient color(string) |
gradienttype |
The gradient type(string) |
halign |
The text horizontal alignment(string) |
horizontalalignment |
The horizontal alignment of barcode(string) |
imagestyle |
The image style(string) |
leftframethickness |
The left border thickness(string) |
linecolor |
The line color(string) |
linespace |
The line space(string) |
linetype |
The line type(string) |
margin |
The margin of barcode(string) |
pageindex |
The page index(int). One-Based Index |
pdf417colnum |
The column number of PDF417 barcode(string) |
pdf417ecc |
The ECC of PDF417 barcode(string) |
pdf417rownum |
The row number of PDF417 barcode(string) |
pdf417xscale |
The X scale of PDF417 barcode(string) |
pdf417yscale |
The Y scale of PDF417 barcode(string) |
penthickness |
The pen thickness(string) |
printscale |
The printing scale of barcode(string) |
qrecc |
The ECC of qr barcode(string) |
qrencoding |
The encoding of qr barcode(string) |
qrmargin |
The margin of qr barcode(string) |
ratio |
The ratio of barcode(string) |
reportindex |
The report index(int). Zero-Based Index |
reportname |
The report name(string) |
rightframethickness |
The right border thickness(string) |
scale |
The scale of barcode(string) |
showdata |
Show data of chart(string) |
textcolor |
The font color(string) |
textgap |
The title gap of barcode(string) |
textindent |
The text indent(string) |
textposition |
The title position of barcode(string) |
textstretch |
The text direction(string) |
tooltiptext |
The tooltip text(string) |
topframethickness |
The top border thickness(string) |
transparent |
No fill(string) |
type |
The barcode type(string) |
usegradient |
Use gradient(string) |
valign |
The text vertical alignment(string) |
wordwrap |
The word wrap(string) |
wordwraptype |
The word wrap type(string) |
Reference
The attr consists of oldvalue and newvalue. The oldvalue(e.g. MyObj.oldvalue.backcolor) is the value before the change and the newvalue(e.g. MyObj.newvalue.backcolor)is the value after the change. (Except for compindex and compname, pageindex, reportindex, reportname)