mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-03 19:47:53 +01:00
rtti: use component editor for TTiMaskEdit (EditMask property)
git-svn-id: trunk@33877 -
This commit is contained in:
parent
d5d10df125
commit
76eab8113f
@ -1450,6 +1450,9 @@ procedure Register;
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
ComponentEditors, MaskPropEdit;
|
||||
|
||||
procedure SaveActivePropertyLink(AForm: TCustomForm);
|
||||
var
|
||||
CurControl: TWinControl;
|
||||
@ -4089,5 +4092,5 @@ initialization
|
||||
// property editor for TMultiPropertyLink.TIObject
|
||||
RegisterPropertyEditor(ClassTypeInfo(TPersistent),
|
||||
TMultiPropertyLink, 'TIObject', TTIObjectPropertyEditor);
|
||||
|
||||
RegisterComponentEditor(TTIMaskEdit, TMaskEditEditor);
|
||||
end.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user