mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-10 13:59:34 +02:00
* Add TPageType
This commit is contained in:
parent
dfa22fb53a
commit
476780df77
@ -881,6 +881,8 @@ Type
|
||||
TPrintDialogOption = (poPrintToFile, poPageNums, poSelection, poWarning,
|
||||
poHelp, poDisablePrintToFile);
|
||||
TPrintDialogOptions = set of TPrintDialogOption;
|
||||
TPageType = (ptEnvelope, ptPaper);
|
||||
TPageTypes = set of TPageType;
|
||||
|
||||
TPageSetupDialogOption = (psoDefaultMinMargins, psoDisableMargins,
|
||||
psoDisableOrientation, psoDisablePagePainting, psoDisablePaper, psoDisablePrinter,
|
||||
|
Loading…
Reference in New Issue
Block a user