TcxLookupDBGridOptions.SyncMode Property
Enables synchronization between a data-aware dropdown list and its bound TDataSet.
Declaration
property SyncMode: Boolean read; write; default DefaultSyncMode;
Property Value
Type | Default |
---|---|
Boolean | DefaultSyncMode |
Remarks
Set this property to True to synchronize the current record in a dropdown list with the current record in the TDataSet bound to this list. Whenever record focus changes in the list, the current TDataSet record automatically changes to point to the same data, and vice versa.
The default value of the SyncMode property is False.
See Also