|
|
Visits:
1702
(11 on line)
|
Last Update: Dec 5, 2003
|
|
|
|
| | |
| Description Inheritance Example Properties Methods |
| |
| Description |
The TGifForm5 object displays a .GIF graphics file in an APL+Win form with no caption. The <size> property returns the .GIF image size in pixels. The <DisplayAlone> method displays the .GIF image. |
| Description Inheritance Example Properties Methods |
| |
| Inheritance |
Inherits from: TObject5 |
| Description Inheritance Example Properties Methods |
| |
| Example |
| |
 |
| |
The above example was generated by the following APL+Win Objects code: |
'gif'Świ'*Create' 'TGifForm5'('DisplayAlone'(('oo5'Świ'installdir'),'2000.gif') 'APL2000')
|
| |
| Description Inheritance Example Properties Methods |
| |
| Properties |
| |
|
| class |
Description: Return current object class
Syntax: class„'obj' Świ 'class' |
| help |
Example:
0 0˝'gif' Świ '*Create' 'TGifForm5' ('DisplayAlone' (('oo5' Świ 'installdir'),'2000.gif') 'APL2000') |
| size |
Description: Returns the GIF image size in pixels (read-only)
Syntax: (height width)„'obj' Świ 'size' 'giffilename'
giffilename: the complete DOS file name of the .GIF file to display
Example:
'gif' Świ 'size' 'c:\aplwin40\examples\images\bkgd.gif'
400 513 |
|
| Description Inheritance Example Properties Methods |
| |
| Methods |
| |
|
| DisplayAlone |
Description: Displays a GIF file in a form with no caption
Syntax: 'obj' Świ 'DisplayAlone' 'giffilename' 'text'
giffilename: the complete DOS file name of the .GIF file to display
title: a title for the GIF image
Example:
0 0˝'gif' Świ '*Create' 'TGifForm5' ('DisplayAlone' 'c:\aplwin40\examples\images\bkgd.gif' 'The APL Language') |
| New |
Description: Create a new instance of TGifForm5
Example:
'obj' Świ '*Create' 'TGifForm5'
|
|
| Description Inheritance Example Properties Methods |
| |
|