|
|
Visits:
2335
(23 on line)
|
Last Update: Dec 22, 2003
|
|
|
|
| | |
| Description Inheritance Example Properties Methods |
| |
| Description |
The TGridPrint5 object is used to print the content of an APL+Win grid object
It requires that the GRPCMDGRIDPRINT User Command be installed in your User Command file
The GRPCMDGRIDPRINT User Command can be found in the GRIDPRT.W3 workspace delivered with APL+Win Objects
Use: ]usave .GRPCMDGRIDPRINT to save it to your User Command File |
| Description Inheritance Example Properties Methods |
| |
| Inheritance |
Inherits from: TObject5 |
| Description Inheritance Example Properties Methods |
| |
| Example |
| |
 |
| |
The above form is generated by the following APL+Win Objects code: |
'ff'Świ'*Create' 'TForm5'('*caption' 'TGrid5 Example')('ontop'1)('*size'350 550)'Show'
'ff'Świ'*.grid.Create' 'TGrid5'('wherelc'0 0 '>>' '>>')('attach'1 2 3 4)('*xRows'10)('*xCols'10)('text'1 1(10 10˝Ľ100))
'fmGridPrint'Świ'*Create' 'TGridPrint5'('grid' 'ff.grid')
'fmGridPrint'Świ'Header' 'EuroManager Windows'('fmGridPrint'Świ'*:caption')'Module Contrats'
'fmGridPrint'Świ'HeaderFontName' 'Arial'
'fmGridPrint'Świ'HeaderFontSize'9 16 9
'fmGridPrint'Świ'Footer' 'Le &D ŕ &T' 'Page &P sur &N' ''
'fmGridPrint'Świ'FooterFontName' 'Verdana'
'fmGridPrint'Świ'FooterFontBold'1
'fmGridPrint'Świ'FooterFontSize'9
'fmGridPrint'Świ'Orientation' 'landscape'
'fmGridPrint'Świ'Print'
|
| |
| Description Inheritance Example Properties Methods |
| |
| Properties |
| |
|
| class |
Description: Return current object class
Syntax: class„'obj' Świ 'class' |
| help |
Example:
0 0˝'ff' Świ '*Create' 'TForm5' ('*caption' 'TGrid5 Example') ('ontop'1) ('*size'350 550) 'Show'
0 0˝'ff' Świ '*.grid.Create' 'TGrid5' ('wherelc'0 0 '>>' '>>') ('attach'1 2 3 4) ('*xRows'10) ('*xCols'10) ('text'1 1(10 10˝Ľ100))
0 0˝'fmGridPrint' Świ '*Create' 'TGridPrint5' ('grid' 'ff.grid')
0 0˝'fmGridPrint' Świ 'Header' 'EuroManager Windows' ('fmGridPrint' Świ '*:caption') 'Module Contrats'
0 0˝'fmGridPrint' Świ 'HeaderFontName' 'Arial'
0 0˝'fmGridPrint' Świ 'HeaderFontSize'9 16 9
0 0˝'fmGridPrint' Świ 'Footer' 'Le &D ŕ &T' 'Page &P sur &N' ''
0 0˝'fmGridPrint' Świ 'FooterFontName' 'Verdana'
0 0˝'fmGridPrint' Świ 'FooterFontBold'1
0 0˝'fmGridPrint' Świ 'FooterFontSize'9
0 0˝'fmGridPrint' Świ 'Orientation' 'landscape'
0 0˝'fmGridPrint' Świ 'Print' |
|
| Description Inheritance Example Properties Methods |
| |
| Methods |
| |
|
| New |
Description: Create a new instance of TGridPrint5
Example:
'obj' Świ '*Create' 'TGridPrint5'
|
|
| Description Inheritance Example Properties Methods |
| |
|