Subject | AddIndex params |
---|---|
Author | Bohuslav Švancara |
Post date | 2001-10-22T19:13:40Z |
Hi Jason!
Version: IBO4Eg
In procedure:
procedure TIBOBaseTable.AddIndex( const Name, Fields: string;
Options: TIndexOptions;
const DescFields: string );
is parameter DescFields unused.
I understand that is for compatibility with Borland's TTable.AddIndex,
but it must be constant: const DescFields: String=''
Can you change it, please?
Regards,
Bohuslav Svancara
softprojekt@...
Version: IBO4Eg
In procedure:
procedure TIBOBaseTable.AddIndex( const Name, Fields: string;
Options: TIndexOptions;
const DescFields: string );
is parameter DescFields unused.
I understand that is for compatibility with Borland's TTable.AddIndex,
but it must be constant: const DescFields: String=''
Can you change it, please?
Regards,
Bohuslav Svancara
softprojekt@...