|
|
Visits:
2129
(17 on line)
|
Last Update: Dec 22, 2003
|
|
|
|
| | |
| Description Inheritance Example Properties Methods |
| |
| Description |
The TFrame5 object is a Frame object with additional properties to allow perfect form design and automatic resizing. |
| 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' 'TFrame5 Example')('no3d'1) ©('*size'300 650)('no3d'1)
'ff'Świ'*.fr.Create' 'TFrame5'('*style'3)('*caption' '')('wherelc'10 (100 'ź' 'Frame') 150 480)('attach'1 2 3 4)
'ff'Świ'*.fr.ed1.Create' 'TEdit5'('wherelc' Đ Đ 21 100)
'ff'Świ'*.fr.ed2.Create' 'TEdit5'('wherelc' '>' '=' 21 100)
'ff'Świ'*.fr.ed3.Create' 'TEdit5'('wherelc' '=' '>..ed1' Đ 100)
'ff'Świ'*.fr.ed4.Create' 'TEdit5'('wherelc' '=..ed1' '>' Đ 100)
'ff'Świ'*.fr.ed5.Create' 'TEdit5'('wherelc' '>..ed3' '=' '=' 100)
'ff'Świ'*.fr.ed6.Create' 'TEdit5'('wherelc' '>>' '=..ed1' '=' 100)
'ff'Świ'*.fr.ed7.Create' 'TEdit5'('wherelc' '<' '=' 21 100)('attach'1 4 3 4)
'ff'Świ'*.fr.ed8.Create' 'TEdit5'('wherelc' '<<' '<<' Đ 100)('attach'3 4 3 4)
'ff'Świ'*.fr.ed9.Create' 'TEdit5'('wherelc' '<<..ed5' '>>' 61 100)('attach'1 2 3 4)
'ff'Świ'Redim'
'ff'Świ'DemoShow'
|
| |
| 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' 'TFrame5 Example') ('no3d'1) ©('*size'300 650) ('no3d'1)
0 0˝'ff' Świ '*.fr.Create' 'TFrame5' ('*style'3) ('*caption' '') ('wherelc'10 (100 'ź' 'Frame') 150 480) ('attach'1 2 3 4)
0 0˝'ff' Świ '*.fr.ed1.Create' 'TEdit5' ('wherelc' Đ Đ 21 100)
0 0˝'ff' Świ '*.fr.ed2.Create' 'TEdit5' ('wherelc' '>' '=' 21 100)
0 0˝'ff' Świ '*.fr.ed3.Create' 'TEdit5' ('wherelc' '=' '>..ed1' Đ 100)
0 0˝'ff' Świ '*.fr.ed4.Create' 'TEdit5' ('wherelc' '=..ed1' '>' Đ 100)
0 0˝'ff' Świ '*.fr.ed5.Create' 'TEdit5' ('wherelc' '>..ed3' '=' '=' 100)
0 0˝'ff' Świ '*.fr.ed6.Create' 'TEdit5' ('wherelc' '>>' '=..ed1' '=' 100)
0 0˝'ff' Świ '*.fr.ed7.Create' 'TEdit5' ('wherelc' '<' '=' 21 100) ('attach'1 4 3 4)
0 0˝'ff' Świ '*.fr.ed8.Create' 'TEdit5' ('wherelc' '<<' '<<' Đ 100) ('attach'3 4 3 4)
0 0˝'ff' Świ '*.fr.ed9.Create' 'TEdit5' ('wherelc' '<<..ed5' '>>' 61 100) ('attach'1 2 3 4)
0 0˝'ff' Świ 'Redim'
0 0˝'ff' Świ 'DemoShow' |
|
| Description Inheritance Example Properties Methods |
| |
| Methods |
| |
|
| New |
Description: Create a new instance of TFrame5
Example:
'obj' Świ '*Create' 'TFrame5'
|
|
| Description Inheritance Example Properties Methods |
| |
|