[Overview][Constants][Types][Classes][Procedures and functions][Index] |
If True, the Edit box is allowed to modify its contents.
Source position: maskedit.pp line 292
protected function TCustomMaskEdit.EditCanModify: Boolean; virtual; |
True if the control can modify its text value.
EditCanModify always returns True in TCustomMaskEdit. It is a virtual method, and can be overridden in descendent classes (like TDBEdit).
Version 4.0 | Generated 2025-05-03 | Home |