The following line of code generates the compile time error (PE19) There is no overloaded method "get_item" with 0 parameters. Any idea on how to access the data in the datarow using Delphi Prism?
indexValue:=dtIndexValues.Rows[1].Item('IndexID');
|
|
The following line of code generates the compile time error (PE19) There is no overloaded method "get_item" with 0 parameters. Any idea on how to access the data in the datarow using Delphi Prism?
|
|||
|
|
|
|
or
since Item is the default indexer. |
|||
|
|