[Overview][Classes][Procedures and functions][Index] Reference for unit 'DBExtCtrls' (#lcl)

TDBDateEdit.EditCanModify

Indicates if the control can modify its contents.

Declaration

Source position: dbextctrls.pp line 46

protected function TDBDateEdit.EditCanModify: Boolean; override;

Function result

True when the control value can be changed.

Description

EditCanModify is an overridden Boolean function which indicates if the control can modify the content for the control. EditCanModify is set to the value from CanModify in DataLink. The return value is True when the control accept new values.


Version 4.0 Generated 2025-05-03 Home