You are reading help file online using chmlib.com
|
|
TBaseReport. Home method |
Top Previous Next |
|
Declaration procedure Home;
Category
Description This method will move the text cursor to the beginning of line 1.
See also
Example (Delphi) SetFont('Arial',10); Home; Print('Text in the Home position');
Example (C++Builder) rp1->SetFont("Arial",10); rp1->Home(); Print("Text in the Home position"); |
You are reading help file online using chmlib.com
|