@@ -90,6 +90,7 @@ begin
FileDescGroupName);
RegisterPropertyEditor(TypeInfo(String), TFresnelElement, 'Style', TFresnelStylePropertyEditor);
+ RegisterPropertyEditor(TypeInfo(String), TCustomFresnelForm, 'Style', THiddenPropertyEditor);
end;
{ TFresnelFormMediator }