Subject | Re: [IBO] TTable to TIBOTable |
---|---|
Author | henry FRANQUET |
Post date | 2003-07-22T09:53:14Z |
I'd like to be agree that TIBOTable fully emulates TTable but the
methode GetIndexNames doesn't existe in TIBOTable:
here is my code:
var
tblSource : TIBOTable;
cmbxSourceIndex : TComboBox;
begin
tblSource.GetIndexNames(cmbxSourceIndex.Items);
here is the error returned:
[ Error ] Batmove.pas(230): Identifier not declared: 'GetIndexNames'
thanks
methode GetIndexNames doesn't existe in TIBOTable:
here is my code:
var
tblSource : TIBOTable;
cmbxSourceIndex : TComboBox;
begin
tblSource.GetIndexNames(cmbxSourceIndex.Items);
here is the error returned:
[ Error ] Batmove.pas(230): Identifier not declared: 'GetIndexNames'
thanks
--- In IBObjects@yahoogroups.com, Helen Borrie <helebor@t...> wrote:
> At 06:45 PM 18/07/2003 +1000, you wrote:
> >The procedure GetIndexNames of TTalbe doesn't existe in TIBOTable.
> >what
> >should I do?
>
> See my previous message. TIBOTable fully emulates TTable. For the
> inherited VCL properties, just refer to the Delphi help, as before.
>
> Helen