RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TriggerReadRow.FindModified Method

Returns first column ordinal starting with and including startOrdinal whose value changed.

Pascal
function FindModified(startOrdinal: Integer): Integer;
C++
int FindModified(int startOrdinal);

FindModified returns the first column ordinal starting with and including the startOrdinal whose value has been changed. The parameter startOrdinal is the first ordinal to check. 

 

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