RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomMaskEdit.EditCanModify Method

Permits the user to edit control contents.

Pascal
function EditCanModify: Boolean; virtual;
C++
virtual __fastcall Boolean EditCanModify();

The EditCanModify method defined by TCustomMaskEdit always returns true, allowing the Text to be edited. EditCanModify exists primarily to provide an interface for a method that can conditionally disallow changes to the Text by returning false. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!