|
|
Visits:
2298
(18 on line)
|
Last Update: Dec 22, 2003
|
|
|
|
| | |
| Description Inheritance Example Properties Methods |
| |
| Description |
The TFormEditor5 Object is an APL+Win Objects™ 6.0 implementation of a Visual APL+Win Editor
It is mainly designed at allowing your to easily align and resize controls on your form.
It allows you to select one or more controls with your mouse and then to use the cursor keys to move them
all together pixel by pixel, or to change any of their dimensions
This object creates an APL function which recreates an identical form as the one edited, when it is run.
It is quite experimental at this stage, but it may be interesting to look at the various Windows API
used to perform the tricks this object is doing |
| 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: |
'ff'Świ'*Create' 'TFormEditor5'('*size'400 600)('Edit' 'TFormEditorTest5')'onShow'
Śwcall'W_Edit' 'TFormEditorTest5'
|
| |
| Description Inheritance Example Properties Methods |
| |
| Properties |
| |
|
| class |
Description: Return current object class
Syntax: class„'obj' Świ 'class' |
| help |
Example:
0 0˝'ff' Świ '*Create' 'TFormEditor5' ('*size'400 600) ('Edit' 'TFormEditorTest5') 'onShow'
Śwcall'W_Edit' 'TFormEditorTest5' |
|
| Description Inheritance Example Properties Methods |
| |
| Methods |
| |
|
| LimitWhere |
Description: Calculates the editor object limitwhere property |
| New |
Description: Create a new instance of TFormEditor5
Example:
'obj' Świ '*Create' 'TFormEditor5'
|
|
| Description Inheritance Example Properties Methods |
| |
|