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(忽略) %%