You are reading help file online using chmlib.com
|
Rave Reports Developer Reference LabelBrand property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property LabelBrand: TLabelBrand;
Default lbAV5160
Category
Components
Description This property can be used to define the brand of labels that you are using. There are many model numbers for the Avery© label line already supported or you can type in your own selections using the lbCustom value.
See also
Example (Delphi) LabelShell1.LabelBrand := lbAV5267;
Example (C++Builder) LabelShell1->LabelBrand = lbAV5267; |
You are reading help file online using chmlib.com
|