You are reading help file online using chmlib.com 
     | 
  
| 
       
 TRpBarsBase. Print (TRpBarsBase) method  | 
    Top Previous Next | 
| 
 Declaration procedure Print; 
 Category 
 Description This method will print the bar code at the current text cursor position. The text cursor is left at the end of the string that is printed. 
 See also TRpBarsBase Class, GotoXY, PrintReadable, PrintTop, PrintXY, Text 
 Example (Delphi) BarCode1.Text := '12345'; BarCode1.Print; 
 Example (C++Builder) BarCode1->Text = "12345"; BarCode1->Print();  | 
You are reading help file online using chmlib.com 
     |