mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-05 03:38:17 +02:00
lcl: publish TStatusBar.ShowHint
git-svn-id: trunk@15148 -
This commit is contained in:
parent
1e380518d5
commit
a9c5cef59f
@ -170,6 +170,7 @@ type
|
||||
property SimpleText: String read FSimpleText write SetSimpleText;
|
||||
property SimplePanel: Boolean read FSimplePanel write SetSimplePanel default True;
|
||||
property SizeGrip: Boolean read FSizeGrip write SetSizeGrip default True;
|
||||
property ShowHint;
|
||||
property Visible default true;
|
||||
property Color default clBtnFace;
|
||||
property OnClick;
|
||||
|
Loading…
Reference in New Issue
Block a user