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;
微信扫一扫
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;
相关推荐