Activate ShowHint property on main form, and especially let the toolbars inherit this property, so they show the quite useful tooltips again.

This commit is contained in:
Ansgar Becker
2013-12-03 05:59:23 +00:00
parent 2436cdf388
commit 37d02ea3bd

View File

@@ -11,6 +11,7 @@ object MainForm: TMainForm
Font.Style = []
OldCreateOrder = True
Position = poDesigned
ShowHint = True
OnCloseQuery = FormCloseQuery
OnCreate = FormCreate
OnDestroy = FormDestroy