TCustomdxListBoxReportLinkControl.Options Property
In This Article
Specifies the type of list box lines included in a report.
#Declaration
Delphi
property Options: TdxListBoxPaintOptions read; write; default [lbxpoBorder, lbxpoHorzLines];
#Property Value
Type |
---|
Tdx |
#Remarks
Use the Options property to specify which list box lines are printed. The following values are available:
Value | Meaning |
---|---|
lbxpo |
If active, borderlines are printed. |
lbxpo |
If active, horizontal lines are printed. |
The default value of the Options property is [lbxpoBorder, lbxpoHorzLines].
See Also