mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 19:49:18 +02:00
EditButton: Publish TextHint, TextHintFontColor and TextHintFontStyle for TTimeEdit and TCustomControlFilterEdit. Patch by Péter Gábor. Issue #0028781.
git-svn-id: trunk@49972 -
This commit is contained in:
parent
2612ef23ef
commit
0150692c4d
@ -531,6 +531,9 @@ type
|
||||
property OnStartDrag;
|
||||
property OnUTF8KeyPress;
|
||||
property Text;
|
||||
property TextHint;
|
||||
property TextHintFontColor;
|
||||
property TextHintFontStyle;
|
||||
end;
|
||||
|
||||
{ TFileNameEdit }
|
||||
@ -955,6 +958,9 @@ type
|
||||
property TabOrder;
|
||||
property Visible;
|
||||
property Text;
|
||||
property TextHint;
|
||||
property TextHintFontColor;
|
||||
property TextHintFontStyle;
|
||||
end;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user