You are reading help file online using chmlib.com
|
Rave Reports Developer Reference TBaseReport. CreatePoint method |
Top Previous Next |
Declaration function CreatePoint(X,Y: double): TPoint;
Category
Description This method will return a TPoint record initialized to the point (X,Y).
See also TBaseReport Class, TPoint
Example (Delphi) MyPoint := CreatePoint(1.00,6.00);
Example (C++Builder) MyPoint = rp1->CreatePoint(1.00,6.00); |
You are reading help file online using chmlib.com
|