Forum > LCL

Edit Mask only for TDBEdit

(1/1)

wahyudi:
lazarus 0.9.28.2 and Zeos 6.6.6'Edit Mask' only for TDBEdit? how to use it for TDBLookUp, TDBCombo?

Zoran:
The EditMask property is defined in TCustomMaskEdit control. TDBEdit is derived from it, so it inherits this property. Those other DB controls have no relations to MaskEdit, hence they do not have ancestor from wich they could inherit such property.

In short, there is no way to use EditMask in these controls.

Navigation

[0] Message Index

Go to full version