*/
Know a good article or link that we're missing? Submit it!
*/

View \LPTDEFS.PAS

LPTGrd / LPTBGrd- DbGrid Print Component

Submitted By: Unknown
Rating: starstarstarstarstar (Rate It)


unit LptDefs;

interface
uses ExtCtrls,Graphics,Printers;
const
MAXCOLS=100;
MAXPAGES=999;
Type TPagePos=(ppNone,ppTopLeft,ppTopCenter,ppTopRight,ppBottomLeft,
ppBottomCenter,ppBottomRight);
Type TDestination=(dPreview,dPrinter);
Type TUnits=(uInches,uMMs,uPoints);
Type TPreviewPanel=class(TPanel)
    public
    property Canvas;
end;
Type TIntArray=Class
     Ival:array [0..MAXCOLS] of longint;end;
implementation

end.

corner
© 1996-2008 CommunityHeaven LLC. All rights reserved. Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
North American business development: Nicolai Wadstrom. Publisher: Lars Hagelin.