mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 20:40:40 +02:00
LCL: Publish ShowHint and ParentShowHint for TDBMemo. Issue #28225.
git-svn-id: trunk@49242 -
This commit is contained in:
parent
f5147983a1
commit
8fbb5a4e52
@ -947,9 +947,11 @@ Type
|
|||||||
property OnUTF8KeyPress;
|
property OnUTF8KeyPress;
|
||||||
property ParentBiDiMode;
|
property ParentBiDiMode;
|
||||||
property ParentFont;
|
property ParentFont;
|
||||||
|
property ParentShowHint;
|
||||||
property PopupMenu;
|
property PopupMenu;
|
||||||
property ReadOnly: Boolean read GetReadOnly write SetReadOnly default False;
|
property ReadOnly: Boolean read GetReadOnly write SetReadOnly default False;
|
||||||
property ScrollBars;
|
property ScrollBars;
|
||||||
|
property ShowHint;
|
||||||
property TabOrder;
|
property TabOrder;
|
||||||
property Tabstop;
|
property Tabstop;
|
||||||
property Visible;
|
property Visible;
|
||||||
|
Loading…
Reference in New Issue
Block a user