|
|
Visits:
2196
(25 on line)
|
Last Update: Dec 22, 2003
|
|
|
|
| | |
| Description Inheritance Example Properties Methods |
| |
| Description |
The non visual TFormClass5 Object is a template object for creating top level form objects using APL+Win Objects™ 6.0
To create a new Form object for your application:
1. load TFormClass5 in the APL+Win Editor
2. use Ctrl+R to replace TFormClass5 by your new object name (everywhere in TFormClass5)
3. declare your new object in the <CustomClasses> function
4. run the Classes5 object (which itself runs <CustomClasses>)
See also: TControlClass5 TNonVisualClass5 |
| Description Inheritance Example Properties Methods |
| |
| Inheritance |
Inherits from: TForm5 TObject5 |
| Description Inheritance Example Properties Methods |
| |
| Example |
| |
Add an example on how to use this object here
|
| |
| Description Inheritance Example Properties Methods |
| |
| Properties |
| |
|
| class |
Description: Return current object class
Syntax: class„'obj' Świ 'class' |
| help |
Example:
Add an example on how to use this object here |
| 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 TFormClass5
Example:
'obj' Świ '*Create' 'TFormClass5'
|
|
| Description Inheritance Example Properties Methods |
| |
|