Eduardo Jauch
2008-03-14 16:59:22 UTC
Hi,
On Help, GetTablesName is show like:
procedure GetTableNames(List: TWideStrings; SchemaName: WideString; SystemTables: Boolean = False); overload;
procedure GetTableNames(List: TWideStrings; SystemTables: Boolean = False); overload;
But these only work if I use TStringList. If I try to use TWideStrins, the compiler pop an error that says that there's no overloaded function with the specified parameters...
If I pass the mouse over the name GetTableNames on the IDE, it show me that are FOUR overloaded functions, two using TWideStrings and two using TStrings (that I have to use TStringList obviously)
I'm Using Delphi 2007
What am I doing wrong?
Is some kind of bug?
Thanks!
On Help, GetTablesName is show like:
procedure GetTableNames(List: TWideStrings; SchemaName: WideString; SystemTables: Boolean = False); overload;
procedure GetTableNames(List: TWideStrings; SystemTables: Boolean = False); overload;
But these only work if I use TStringList. If I try to use TWideStrins, the compiler pop an error that says that there's no overloaded function with the specified parameters...
If I pass the mouse over the name GetTableNames on the IDE, it show me that are FOUR overloaded functions, two using TWideStrings and two using TStrings (that I have to use TStringList obviously)
I'm Using Delphi 2007
What am I doing wrong?
Is some kind of bug?
Thanks!