|
|
Visits:
2394
(19 on line)
|
Last Update: Dec 21, 2003
|
|
|
|
| | |
| Description Inheritance Example Properties Methods |
| |
| Description |
The TExampleForm5 Object demonstrates how to create a form object based on other APL+Win objects
It concentrates on showing how to build the interface through an example.
The example displays various APL+Win Objects (controls). These objects have no practical relations with each other
and no attempt is made to handle events in this application: it is really just thereto show how to build interfaces
with APL+Win objects. |
| 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' 'TExampleForm5' 'Show'
|
| |
| Description Inheritance Example Properties Methods |
| |
| Properties |
| |
|
| class |
Description: Return current object class
Syntax: class„'obj' Świ 'class' |
| help |
Example:
0 0˝'ff' Świ '*Create' 'TExampleForm5' 'Show' |
| property |
Description: One line property description goes here
Syntax: {result„'} 'obj' Świ 'property' {value}
value: describe property value when setting property here
result: describe result when getting property here
Note: add notes here if necessary
Example:
Add an example here |
|
| Description Inheritance Example Properties Methods |
| |
| Methods |
| |
|
| Method |
Description: One line Method description goes here
Syntax: {result„'} 'obj' Świ 'Method' {param1}{param2}...{paramN}
param1: describe first method parameter if any here
param2: describe second method parameter if any here
paramN: describe Nth method parameter if any here
result: describe result if any here
Note: add notes here if necessary
Example:
Add an example here |
| New |
Description: Create a new instance of TExampleForm5
Example:
'obj' Świ '*Create' 'TExampleForm5'
|
|
| Description Inheritance Example Properties Methods |
| |
|