You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. TextWidth method |
Top Previous Next |
Declaration function TextWidth(Text: string): double;
Category
Description This method will return the length of the string, Text.
See also
Example (Delphi) var TxtLen: double; begin TxtLen := TextWidth( "How long am I?" ); end;
Example (C++Builder) double TxtLen = rp1->TextWidth("How long am I?"); |
You are reading help file online using chmlib.com
|