[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Indicates if a custom edit mask is used in the control.
Source position: dbctrls.pp line 214
published property TDBEdit.CustomEditMask : Boolean |
CustomEditMask is a Boolean property which indicates if an edit mask other than the one defined for the Field in the linked dataset is used in the control.
When set to True, the features from the ancestor class are used to provide the editing mask. Set the value in the EditMask property when CustomEditMask is set to True.
When set to False, the EditMask defined in the internal TFieldDataLink instance (and loaded from the database field definition) is used in the control.
|
Contains the mask characters classes and literals used to format/obscure the value for the control. |
|
|
The Field to which the datalink is attached. |
|
|
Contains the mask characters classes and literals used to format/obscure the value for the control. |
Version 4.0 | Generated 2025-05-03 | Home |