XUIOperationLog()

Methods

AddItem(strSerial, strComName, strUserName, strlabel, strdescribe, strNewValue, strOldValue, strNewTime)

添加一项
Parameters:
Name Type Description
strSerial String 序号名
strComName String 计算机名
strUserName String 用户名
strlabel String 标签名
strdescribe String 描述内容
strNewValue String 新值
strOldValue String 旧值
strNewTime String 传入的时间

RemoveAll()

删除列表所有

RemoveByIndex(nIndex)

按索引删除一项
Parameters:
Name Type Description
nIndex Number 索引从0开始
Properties:
Name Type Description
removeIndex Number 0

SetNameByIndex(nIndex, strName)

按索引设置头部名称
Parameters:
Name Type Description
nIndex Number 索引从0开始
strName String 项的名称
Properties:
Name Type Description
NameAndIconByIndex Collection [0,"序号"]