LCL: TButtonPanel: store also button Name and ShowHint properties

git-svn-id: trunk@26268 -
This commit is contained in:
maxim 2010-06-22 20:57:01 +00:00
parent 6439acd830
commit b4a3311a75

View File

@ -48,6 +48,8 @@ type
property Enabled;
property Font;
property Glyph;
property Name stored True;
property ShowHint;
property OnClick;
end;