ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1TrueDBGrid.DataChanged Property

Gets or sets a value indicating the modification status of the current row.

[Visual Basic]

Public Property DataChanged As Boolean

[C#]

public bool DataChanged {get;set;}

[Delphi]

public property DataChanged: Boolean read get_DataChanged write set_DataChanged;

Remarks

If True, then one or more columns in the current row have been modified. If False, then any edits on the column are cancelled.

Setting this property to True has no effect. Setting this property to False exits editing, discards all changes to the current row, and refreshes the current row from the data source. Setting this property within the BeforeColUpdate event is disallowed, however.

See Also

C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.