mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 14:19:22 +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 BorderSpacing;
|
||||||
property Center;
|
property Center;
|
||||||
property Constraints;
|
property Constraints;
|
||||||
|
property Enabled;
|
||||||
property OnChangeBounds;
|
property OnChangeBounds;
|
||||||
property OnClick;
|
property OnClick;
|
||||||
property OnDblClick;
|
property OnDblClick;
|
||||||
@ -574,9 +575,11 @@ type
|
|||||||
property OnMouseUp;
|
property OnMouseUp;
|
||||||
property OnPaint;
|
property OnPaint;
|
||||||
property OnResize;
|
property OnResize;
|
||||||
|
property ParentShowHint;
|
||||||
property Picture;
|
property Picture;
|
||||||
property PopupMenu;
|
property PopupMenu;
|
||||||
property Proportional;
|
property Proportional;
|
||||||
|
property ShowHint;
|
||||||
property Stretch;
|
property Stretch;
|
||||||
property Transparent;
|
property Transparent;
|
||||||
property Visible;
|
property Visible;
|
||||||
|
Loading…
Reference in New Issue
Block a user