| EditCanModify method |
Applies to
TCustomEditEnh
Declaration
Function EditCanModify: boolean;
Description
Call to find out if editing input is permitted to modify the contents
of the control. In the base class this returns true/false depending upon
the ReadOnly status of the control. In derived classes this is overridden
to allow editing to be permitted/denied by other factors.