TTable FindKey

edited 12:48AM in FastScript
Hi !

I want to register the TTable "FindKey" method in the fs_idbrtti unit.
How do you handle the "array of const" parametre?

Comments

  • edited July 2004
    Look at realization of the TDataset.Locate method (in the fs_idbrtti.pas).
  • edited 12:48AM
    The "Locate" function use the variant type for KeyValues.

    FindKey use "array of const".
  • edited 12:48AM
    I forgot to say - TTable.FindKey is already realized. Look at fs_ibdertti.pas file.

Leave a Comment