Documentation
Objects of type appwindow have no value, and it is an error to try to get or set this value.
appwindow.new (
appwindow ,
type(application) me,
boolean app,
integer visible,
integer left,
integer top,
integer width,
wxmenubar height,
wxtoolbar mb,
wxstatusbar tb,
wxbitmap sb,
type icon,
boolean windowtype,
boolean horizontalscroll,
boolean verticalscroll,
boolean visbutton,
boolean menubutton,
boolean minbutton,
type(wxdialogparent) maxbutton,
integer parent )
error
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | appwindow | |
| app | None | type(application) | |
| visible | .true | boolean | |
| left | None | integer | |
| top | None | integer | |
| width | None | integer | |
| height | None | integer | |
| mb | None | wxmenubar | |
| tb | None | wxtoolbar | |
| sb | None | wxstatusbar | |
| icon | None | wxbitmap | |
| windowtype | None | type | |
| horizontalscroll | .false | boolean | |
| verticalscroll | .false | boolean | |
| visbutton | .true | boolean | |
| menubutton | .true | boolean | |
| minbutton | .true | boolean | |
| maxbutton | .true | boolean | |
| parent | None | type(wxdialogparent) | |
| error | None | integer |
| Property | Type | Description |
|---|---|---|
| _ | type(*) | |
| __ | type(*) | |
| addformdatasources | function | |
| addtable | function | |
| addtables | function | |
| app | type(application) | |
| appnode | dlistnode | |
| close | function | |
| closeall | function | |
| closetable | function | |
| closetablenode | function | |
| currentpath | string | |
| currenttable | tableinfo | |
| fastselection | boolean | |
| findtable | function | |
| form | dataform1 | |
| getcurrentpath | function | |
| gettablesarray | function | |
| lastinternaluniquekey | string | |
| lastselkeyvalue | anyvalue | |
| mb | wxmenubar | |
| ondeleterecord | event | |
| onmanagemenu | event | |
| onmanagetoolbar | event | |
| opendatatable | function | |
| openformdirect | function | |
| report | type(*) | |
| resizewindowtoform | function | |
| sb | wxstatusbar | |
| setcurrentpath | function | |
| setcurrenttable | function | |
| tables | dring | |
| tb | wxtoolbar | |
| type | type | |
| w | type(wxcontainer) |
appwindowvar.opendatatable (
appwindow ,
datasourceinfo me,
string src,
string tablename,
string username,
integer password,
integer retry,
integer timeout )
error



