You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TRpBarsBase. PrintFimB method |
Top Previous Next |
Declaration procedure PrintFimB( X,Y: double );
Category
Description This method prints a PostNet FIM B at the given X, Y location.
See also TRpBarsBase Class, PrintFimA, PrintFimC
Example (Delphi) PostNetBC1.PrintFimB(3.5,0.5);
Example (C++Builder) PostNetBC1->PrintFimB(3.5,0.5); |
You are reading help file online using chmlib.com
|