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