From 9fdecfd8a4af44d87224ff67c1cc7ef2b663de10 Mon Sep 17 00:00:00 2001 From: JianjunLiu Date: Tue, 15 Nov 2022 14:25:17 +0800 Subject: [PATCH] Update utslvclevent.tsf MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 鏇存柊 --- funcext/tvclib/utslvclevent.tsf | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/funcext/tvclib/utslvclevent.tsf b/funcext/tvclib/utslvclevent.tsf index c5ab094..02f3fbe 100644 --- a/funcext/tvclib/utslvclevent.tsf +++ b/funcext/tvclib/utslvclevent.tsf @@ -133,6 +133,7 @@ Type TtageDrawItem=class(tslcstructureobj) inherited create(getstruct(),ptr); end {** + @ignore(忽略) %% @param(ctltype)(integer) 控件类型 %% @param(ctlid)(integer) 控件id %% @param(id)(integer) 待绘制的子项序号 %% @@ -187,22 +188,6 @@ type TGRIDMDRAWITEM = class(tuieventbase) @param(rcitem)(array(左上右下) ) 区域%% **} end -type TGRIDMDRAWITEM2=class(TMDRAWITEM) - {** - @ignore(忽略) %% - @explan(说明) 控件绘制消息类 %% - **} - private - FSubitemid; - FSubItemRect; - public - function create(m,w,l,h);override; - begin - inherited; - end - property Subitemid read FSubitemid write FSubitemid; - property SubItemRect read FSubItemRect write FSubItemRect; -end type TMMEASUREITEM=class(tuieventbase,tslcstructureobj) {** @ignore(忽略) %%