parent
525429e904
commit
9fdecfd8a4
|
|
@ -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(忽略) %%
|
||||
|
|
|
|||
Loading…
Reference in New Issue