RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TPacketDataSet.UpdateKind Method

Indicates the type of update the current record represents.

Pascal
function UpdateKind: TUpdateKind;
C++
__fastcall TUpdateKind UpdateKind();

Call UpdateKind while applying updates to determine the type of update the current record represents. UpdateKind returns  

ukInsert if the current record is a newly inserted record. 

ukDelete if the current record represents a record that should be deleted. 

ukModify if the current record represents updates to an existing record. 

 

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