mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 09:39:31 +02:00
LCL: published TImage.ShowHint, ParentShowHint and Enabled (bug #7578)
git-svn-id: trunk@10341 -
This commit is contained in:
parent
9bb80433b3
commit
c6fcef4270
@ -564,6 +564,7 @@ type
|
||||
property BorderSpacing;
|
||||
property Center;
|
||||
property Constraints;
|
||||
property Enabled;
|
||||
property OnChangeBounds;
|
||||
property OnClick;
|
||||
property OnDblClick;
|
||||
@ -574,9 +575,11 @@ type
|
||||
property OnMouseUp;
|
||||
property OnPaint;
|
||||
property OnResize;
|
||||
property ParentShowHint;
|
||||
property Picture;
|
||||
property PopupMenu;
|
||||
property Proportional;
|
||||
property ShowHint;
|
||||
property Stretch;
|
||||
property Transparent;
|
||||
property Visible;
|
||||
|
Loading…
Reference in New Issue
Block a user