Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TField.CanModify

Can the field's contents be modified.

Declaration

Source position: db.pas line 445

public property TField.CanModify : Boolean
  read GetCanModify;

Description

CanModify is True if the field is not read-only and the dataset allows modification.

See also

TField.ReadOnly

  

Is the field read-only.

TDataset.CanModify

  

Can the data in the dataset be modified.


Documentation generated on: Jul 24 2023