|
|
Visits:
2411
(18 on line)
|
Last Update: Dec 22, 2003
|
|
|
|
| | |
| Description Inheritance Example Properties Methods |
| |
| Description |
The TGridDisplay5 Object displays any APL nested matrix in an APL+Win form grid
It contains a toolbar buttons for Print Preview and Print |
| Description Inheritance Example Properties Methods |
| |
| Inheritance |
Inherits from: TForm5 TObject5 |
| Description Inheritance Example Properties Methods |
| |
| Example |
| |
 |
| |
The above form is generated by the following APL+Win Objects code: |
aaa„?3 6˝10000
aaa„'APL+PC' 'APL+Dos' 'APL+Win',aaa
aaa„'' 'Jan' 'Feb' 'Mar' 'Apr' 'May' 'Jun'®aaa
aaa
'ff'Świ'*Create' 'TGridDisplay5'('content'1 1 aaa)'Show'
Śex'aaa'
|
| |
| Description Inheritance Example Properties Methods |
| |
| Properties |
| |
|
| class |
Description: Return current object class
Syntax: class„'obj' Świ 'class' |
| content |
Description: Content of the grid
Syntax: 'obj' Świ 'content'rowheaders colheaders{matrix}
rowheaders: number of rows of column headers
colheaders: number of columns of row headers
matrix: nested matrix including row and column headers
Example:
'ff' Świ 'content'1 1(3 4˝'' 'APL' 'VB' 'C++' 'Jan' 12 23 34 'Feb' 128 98 56) |
| help |
Example:
aaa„?3 6˝10000
aaa„'APL+PC' 'APL+Dos' 'APL+Win',aaa
aaa„'' 'Jan' 'Feb' 'Mar' 'Apr' 'May' 'Jun'®aaa
ڄaaa
0 0˝'ff' Świ '*Create' 'TGridDisplay5' ('content'1 1 aaa) 'Show'
0 0˝Śex'aaa' |
|
| Description Inheritance Example Properties Methods |
| |
| Methods |
| |
|
| New |
Description: Create a new instance of TGridDisplay5
Example:
'obj' Świ '*Create' 'TGridDisplay5'
|
| Preview |
Description: Print preview of the content of the grid
Syntax: 'obj' Świ 'Preview'
Example:
'ff' Świ 'Preview' |
| Print |
Description: Print the content of the grid
Syntax: 'obj' Świ 'Print'
Example:
'ff' Świ 'Print' |
|
| Description Inheritance Example Properties Methods |
| |
|