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