TdxCheckListBoxReportLink.Options Property
In This Article
Determines the look of a check list box in a report.
#Declaration
Delphi
property Options: TdxCheckListBoxPaintOptions read; write; default [chlbxpoBorder, chlbxpoFlatCheckMarks];
#Property Value
Type |
---|
Tdx |
#Remarks
Use the Options property to specify which type of check list box lines is included in the report. Available values include:
Value | Meaning |
---|---|
chlbxpo |
If active, border lines are included. |
chlbxpo |
If active, horizontal lines between items are printed. |
chlbxpo |
If active, check boxes appear flat in the report. Otherwise, they have 3D borders. |
The default value of the Options property is [chlbxpoBorder..chlbxpoFlatCheckMarks].
See Also