RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TriggerReadRow.IsModified Method (int)

Returns true if value of given column has been changed.

Pascal
function IsModified(ordinal: Integer): bool;
function IsModified(columnName: string): bool;
C++
bool IsModified(int ordinal);
bool IsModified(string columnName);

IsModified has several forms, depending on the input parameter:

  • Returns true if the value of a given column has been changed. The parameter columnName is the name of the column in question.
  • Returns true if the value of a given column has been changed. The parameter ordinal is the ordinal of the column in question.

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!