with 1v1.Items . Add do
begin
Caption: =SUser;
SubItems.Add('登录成功');
SubItems.Add(' ');
SubItems.Add(formatdatetime('yyyy-mm-dd hh:mm:ss',now) );
ImageIndex:=11;
end;
如何增加客户端的信息
阅读 59
2022-03-30
with 1v1.Items . Add do
begin
Caption: =SUser;
SubItems.Add('登录成功');
SubItems.Add(' ');
SubItems.Add(formatdatetime('yyyy-mm-dd hh:mm:ss',now) );
ImageIndex:=11;
end;
相关推荐
精彩评论(0)