Plugin - IDE_GetBrowserItems

Doum

Member²
Hi!
Does anyone ever use the IDE_GetBrowserItems function in a plugin? The function return me nothing.

What I'm doing wrong!?

Thanks
 
I have try almost every things.

memo1.text := IDE_GetBrowserItems('TABLES', TRUE);
or
memo1.text := string(IDE_GetBrowserItems('TABLES', TRUE));
When I debug with Delphi, when he execute the IDE_GetBrowserItems function, he return me an Error "List Index Out Of Bounds". So I think there are a problem with the IDE_GetBrowserItems funtion.

Thank
 
Does this happen when you are not connected to a database and there are no tables to return?

Does it work correct when you are connected and there are tables?
 
This happen when I'm connected and there are tables.
I have tried differents way. When selecting the Tables treenode, when selecting a table name, etc...

Nothing seem to work...
By the way , I use the version 7.1.5.1398.
 
Back
Top