You are reading help file online using chmlib.com
|
Rave Reports Developer Reference DrawExtents property (read/write/published) archived BEX only |
Top Previous Next |
Declaration property DrawExtents: Boolean;
Default false
Category
Components
Description This property determines whether the sides of the label are drawn. This can be useful for determining the placement of text without having to actually print on labels.
See also
Example (Delphi) LabelShell1.DrawExtents := true;
Example (C++Builder) LabelShell1->DrawExtents = true; |
You are reading help file online using chmlib.com
|