Juha Manninen wrote:
I am trying to port ESSModel Delphi program.There is: Frame3D(Canvas, Rect, TopColor, BottomColor, BevelWidth); the best replacement in LCL I found is: Canvas.Frame3D(Rect, BevelWidth, bvLowered); but it has a very different parameter signature. The original has 2 TColor parameters. How to port it properly?
I wonder. I've added the Frame3d to the canvas with the same params as the functional frame3d (and iirc i wrote a wrapper)
Marc -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
