[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Clear the field contents.
Source position: db.pas line 380
public procedure TField.Clear; virtual; |
Clear clears the contents of the field. After calling this method the value of the field is Null and IsNull returns True.
The dataset must be in edit mode to execute this method.
If the dataset is not in one of the edit modes, then executing this method will raise an EDatabaseError exception.
|
Is the field empty |
|
|
Value of the field as a variant value |