From 0150692c4d0b7ef6a669290e4fe7c2741f17b7ca Mon Sep 17 00:00:00 2001 From: bart <9132501-flyingsheep@users.noreply.gitlab.com> Date: Wed, 7 Oct 2015 12:18:48 +0000 Subject: [PATCH] =?UTF-8?q?EditButton:=20Publish=20TextHint,=20TextHintFon?= =?UTF-8?q?tColor=20and=20TextHintFontStyle=20for=20TTimeEdit=20and=20TCus?= =?UTF-8?q?tomControlFilterEdit.=20Patch=20by=20P=C3=A9ter=20G=C3=A1bor.?= =?UTF-8?q?=20Issue=20#0028781.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: trunk@49972 - --- lcl/editbtn.pas | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lcl/editbtn.pas b/lcl/editbtn.pas index 70165aa757..3927d5e56b 100644 --- a/lcl/editbtn.pas +++ b/lcl/editbtn.pas @@ -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;