ODAC

TOraDataSet.CheckMode Property

Used to define the check mode before editing a record.

Class

TOraDataSet

Syntax

property CheckMode: TCheckMode default cmNone;

Remarks

Use the CheckMode property to define the check mode before editing a record. Checking records is useful in creating concurrent multi-user applications. Set CheckMode to specify what action to take when another user makes modifications to a record. TOraDataSet first refetches record values and compares them with those of a client.

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback