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

TDBEdit.CustomEditMask

Indicates if a custom edit mask is used in the control.

Declaration

Source position: dbctrls.pp line 214

published property TDBEdit.CustomEditMask : Boolean
  read FCustomEditMask
  write FCustomEditMask
  default False;

Description

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.

See also

TDBEdit.EditMask

  

Contains the mask characters classes and literals used to format/obscure the value for the control.

TFieldDataLink.Field

  

The Field to which the datalink is attached.

TCustomMaskEdit.EditMask

  

Contains the mask characters classes and literals used to format/obscure the value for the control.


Version 4.0 Generated 2025-05-03 Home