|
|
Visits:
2453
(10 on line)
|
Last Update: Dec 21, 2003
|
|
|
|
| | |
| Description Inheritance Example Properties Methods |
| |
| Description |
The TEditEnter5 Object is a special version of a TEdit5 object from which it inherits
and which accepts the Enter key for moving from one field to another. Thus the Enter key behaves as
the Tab key in other Windows application. |
| Description Inheritance Example Properties Methods |
| |
| Inheritance |
Inherits from: TEdit5 TObject5 |
| Description Inheritance Example Properties Methods |
| |
| Example |
| |
 |
| |
The above form is generated by the following APL+Win Objects code: |
'ff'Świ'*Create' 'TForm5'('*caption' 'TEditEnter5 Demo')
'ff.ed1'Świ'*Create' 'TEditEnter5'('wherelc'Đ(100 Ż95'Salary')Đ Đ)('numsonly'1)('type' 'float')('attach'1 2 3 2)
'ff.ed2'Świ'*Create' 'TEditEnter5'('wherelc' '>'('=' '=' 'Bonus')'=' '=')('type' 'float')('attach'1 2 3 2)
'ff'Świ'DemoShowRedim'
|
| |
| 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' 'TEditEnter5 Demo')
0 0˝'ff.ed1' Świ '*Create' 'TEditEnter5' ('wherelc'Đ(100 Ż95'Salary')Đ Đ) ('numsonly'1) ('type' 'float') ('attach'1 2 3 2)
0 0˝'ff.ed2' Świ '*Create' 'TEditEnter5' ('wherelc' '>' ('=' '=' 'Bonus') '=' '=') ('type' 'float') ('attach'1 2 3 2)
'ff' Świ 'DemoShowRedim' |
| numsonly |
Description: Indicate if numeric keys only are allowed or not
Syntax: 'obj' Świ 'numsonly' {1 or 0}
If 'numsonly' is set to 1 then only numeric keys and <BACKSPACE>,<SPACE BAR>,<DECIMAL> are allowed.
Example:
'ff.ed' Świ 'numsonly'1 |
|
| Description Inheritance Example Properties Methods |
| |
| Methods |
| |
|
| New |
Description: Create a new instance of TEditEnter5
Example:
'obj' Świ '*Create' 'TEditEnter5'
|
|
| Description Inheritance Example Properties Methods |
| |
|