From b9b1923f12f0c78a510cd76373c7db51e8e6569d Mon Sep 17 00:00:00 2001 From: blikblum Date: Mon, 27 Jun 2011 14:44:04 +0000 Subject: [PATCH] lcl: publish TDBMemo.Enabled git-svn-id: trunk@31418 - --- lcl/dbctrls.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/lcl/dbctrls.pp b/lcl/dbctrls.pp index 5d841a3b0c..ff450f255c 100644 --- a/lcl/dbctrls.pp +++ b/lcl/dbctrls.pp @@ -882,6 +882,7 @@ Type property DataSource: TDataSource read GetDataSource write SetDataSource; property DragCursor; property DragMode; + property Enabled; property Font; property MaxLength; property OnChange;