You are reading help file online using chmlib.com 
     | 
  
| 
       
 Border property (read/write/published) archived BEX only  | 
    Top Previous Next | 
| 
 Declaration property Border: Double; 
 Default 0.0 
 Category 
 Components 
 Description This property defines the border, in units, around the edges of each label that the section will be initialized to before entering the OnLabelPrint event. 
 See also SectionBottom, SectionLeft, SectionRight, SectionTop 
 Example (Delphi) // Make sure there is a 0.1" border around the label LabelShell1.Border := 0.1; 
 Example (C++Builder) LabelShell1->Border = 0.1;  | 
You are reading help file online using chmlib.com 
     |