mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 14:01:49 +02:00
LCL: TButtonPanel: store also button Name and ShowHint properties
git-svn-id: trunk@26268 -
This commit is contained in:
parent
6439acd830
commit
b4a3311a75
@ -48,6 +48,8 @@ type
|
|||||||
property Enabled;
|
property Enabled;
|
||||||
property Font;
|
property Font;
|
||||||
property Glyph;
|
property Glyph;
|
||||||
|
property Name stored True;
|
||||||
|
property ShowHint;
|
||||||
property OnClick;
|
property OnClick;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user