From 3a55271c5ed8fb01f6e0cbdf845436e9ba26bb11 Mon Sep 17 00:00:00 2001 From: bart <9132501-flyingsheep@users.noreply.gitlab.com> Date: Sat, 12 Apr 2014 11:21:16 +0000 Subject: [PATCH] EditButton: reduce visibility of property Edit to protected, it is meant for acces to FEdit in derived controls. git-svn-id: trunk@44699 - --- lcl/editbtn.pas | 1 - 1 file changed, 1 deletion(-) diff --git a/lcl/editbtn.pas b/lcl/editbtn.pas index 2d1066390f..2fc408c86f 100644 --- a/lcl/editbtn.pas +++ b/lcl/editbtn.pas @@ -284,7 +284,6 @@ type public property AutoSelected; property Button; - property Edit; published property NumbersOnly; property Action;