You are reading help file online using chmlib.com
|
Rave Reports Developer Reference Col property (read only) archived BEX only |
Top Previous Next |
Declaration property Col: integer;
Default none
Category
Components
Description This property will return the current label column that is being printed. This property will only return valid values while the TLabelShell component is executing..
See also
Example (Delphi) Print('On Column ' + IntToStr(Col));
Example (C++Builder) rp1->Print("On Column " + IntToStr(Col)); |
You are reading help file online using chmlib.com
|