| View previous topic :: View next topic |
| Author |
Message |
Andrew Golightly General User

Joined: 27 Feb 2006 Posts: 22
|
Posted: Fri Mar 03, 2006 7:06 am Post subject: where do I find the api? |
|
|
Hey everyone,
Where online can I find the API to OpenOffice basic? I feel I have looked quite a bit for it... but nothing. :p
Like I want to find out all available methods for a form. For example:
| Code: |
tasksViewForm = oEV.Source.Model.parent.getbyname("tasksView")
|
Now I want know what methods are available to tasksViewsForm. |
|
| Back to top |
|
 |
gpl_racer Power User

Joined: 08 Sep 2005 Posts: 83 Location: Finland
|
Posted: Fri Mar 03, 2006 7:27 am Post subject: Re: where do I find the api? |
|
|
| Andrew Golightly wrote: |
Where online can I find the API to OpenOffice basic? I feel I have looked quite a bit for it... but nothing. :p
|
API Global Index...?
| Andrew Golightly wrote: |
Like I want to find out all available methods for a form. For example:
| Code: |
tasksViewForm = oEV.Source.Model.parent.getbyname("tasksView")
|
Now I want know what methods are available to tasksViewsForm. |
Perhaps X - Ray Tool could help you with that...? You can download it here... |
|
| Back to top |
|
 |
|