Extension: |
|
Extension ID: |
Access2Base |
Release date: |
05/01/2013 - 06:34 |
Version: |
0.9.0 |
System Independent |
|
Compatibility: |
3.3, 3.4 |
Binary type: |
OOo extension (.oxt) |
Complete internal redesign of code to allow pure object-oriented syntax for property settings and method invocations.
E.g.
form.height = 100
form.move(100,200)
Old syntax still supported.
Consolidation of the object model with the Parent, Source and ObjectType properties.
Addition of a Close method to the Form object.
Several bugs corrections.