|
|
Visits:
2650
(20 on line)
|
Last Update: Dec 21, 2003
|
|
|
|
| | |
| Description Inheritance Example Properties Methods |
| |
| Description |
The TChildForm5 object is a sample child form for the TMDIForm5 object.
Its purpose is to show how to create a child form object in an MDI application. |
| 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: |
'fmMdi'Świ'*Create' 'TMDIForm5'('*caption' 'TMDIForm5 Example')('childclass' 'TChildForm5')('handler' 'TMDIForm5_Handlers')('bitmap'(('oo5'Świ'installdir'),'writing.bmp'))'DemoShow'
'fmMdi'Świ'*.mFile.Create' 'TFileMenu5'('options' 'default')
'fmMdi'Świ'*.mWind.Create' 'TWinMenu5'('options' 'default')
'fmMdi'Świ'*.tBar1.Create' 'TToolBar5'('buttons'1 2 3 0 18 0 9 10 0 11 12 0 5 6 7 0 28 0 1003)
'fmMdi'Świ'*.sBar1.Create' 'TStatus5'('fields'1 2 3 4 5)
|
| |
| Description Inheritance Example Properties Methods |
| |
| Properties |
| |
|
| class |
Description: Return current object class
Syntax: class„'obj' Świ 'class' |
| help |
Example:
0 0˝'fmMdi' Świ '*Create' 'TMDIForm5' ('*caption' 'TMDIForm5 Example') ('childclass' 'TChildForm5') ('handler' 'TMDIForm5_Handlers') ('bitmap' (('oo5' Świ 'installdir'),'writing.bmp')) 'DemoShow'
0 0˝'fmMdi' Świ '*.mFile.Create' 'TFileMenu5' ('options' 'default')
0 0˝'fmMdi' Świ '*.mWind.Create' 'TWinMenu5' ('options' 'default')
0 0˝'fmMdi' Świ '*.tBar1.Create' 'TToolBar5' ('buttons'1 2 3 0 18 0 9 10 0 11 12 0 5 6 7 0 28 0 1003)
0 0˝'fmMdi' Świ '*.sBar1.Create' 'TStatus5' ('fields'1 2 3 4 5) |
|
| Description Inheritance Example Properties Methods |
| |
| Methods |
| |
|
| New |
Description: Create a new instance of TChildForm5
Example:
'obj' Świ '*Create' 'TChildForm5'
|
|
| Description Inheritance Example Properties Methods |
| |
|