mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 20:53:57 +02:00
Merged revision(s) 54073 #8ede8a7f5f from trunk:
EditBtn: publish property Contstraints for TFilenameEdit, TDirectoryEdit and TCalcEdit. Issue #0031327. ........ git-svn-id: branches/fixes_1_6@54181 -
This commit is contained in:
parent
4386a6db33
commit
78e5cf1422
@ -595,6 +595,7 @@ type
|
||||
property ButtonHint;
|
||||
property ButtonOnlyWhenFocused;
|
||||
property ButtonWidth;
|
||||
property Constraints;
|
||||
property DirectInput;
|
||||
// property Glyph;
|
||||
property NumGlyphs;
|
||||
@ -689,6 +690,7 @@ type
|
||||
property ButtonHint;
|
||||
property ButtonOnlyWhenFocused;
|
||||
property ButtonWidth;
|
||||
property Constraints;
|
||||
property DirectInput;
|
||||
// property Glyph;
|
||||
property NumGlyphs;
|
||||
@ -1006,6 +1008,7 @@ type
|
||||
property ButtonHint;
|
||||
property ButtonOnlyWhenFocused;
|
||||
property ButtonWidth;
|
||||
property Constraints;
|
||||
property DirectInput;
|
||||
// property Glyph;
|
||||
property NumGlyphs;
|
||||
|
Loading…
Reference in New Issue
Block a user