mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 20:59:08 +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 OnStartDrag;
|
||||||
property OnUTF8KeyPress;
|
property OnUTF8KeyPress;
|
||||||
property Text;
|
property Text;
|
||||||
|
property TextHint;
|
||||||
|
property TextHintFontColor;
|
||||||
|
property TextHintFontStyle;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TFileNameEdit }
|
{ TFileNameEdit }
|
||||||
@ -955,6 +958,9 @@ type
|
|||||||
property TabOrder;
|
property TabOrder;
|
||||||
property Visible;
|
property Visible;
|
||||||
property Text;
|
property Text;
|
||||||
|
property TextHint;
|
||||||
|
property TextHintFontColor;
|
||||||
|
property TextHintFontStyle;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user