RAD Studio VCL Reference
|
Indicates the type of update the current record represents.
function UpdateKind: TUpdateKind;
__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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|