mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 23:20:26 +02:00
EditBtn: publish property Contstraints for TFilenameEdit, TDirectoryEdit and TCalcEdit. Issue #0031327.
git-svn-id: trunk@54073 -
This commit is contained in:
parent
a5ccd76c24
commit
8ede8a7f5f
@ -379,6 +379,7 @@ type
|
||||
property ButtonHint;
|
||||
property ButtonOnlyWhenFocused;
|
||||
property ButtonWidth;
|
||||
property Constraints;
|
||||
property DirectInput;
|
||||
property Glyph;
|
||||
property NumGlyphs;
|
||||
@ -474,6 +475,7 @@ type
|
||||
property ButtonHint;
|
||||
property ButtonOnlyWhenFocused;
|
||||
property ButtonWidth;
|
||||
property Constraints;
|
||||
property DirectInput;
|
||||
property Glyph;
|
||||
property NumGlyphs;
|
||||
@ -789,6 +791,7 @@ type
|
||||
property ButtonHint;
|
||||
property ButtonOnlyWhenFocused;
|
||||
property ButtonWidth;
|
||||
property Constraints;
|
||||
property DialogPosition: TPosition read FDialogPosition write FDialogPosition default poScreenCenter;
|
||||
property DialogTop: Integer read FDialogTop write FDialogTop;
|
||||
property DialogLeft: Integer read FDialogLeft write FDialogLeft;
|
||||
|
Loading…
Reference in New Issue
Block a user