Example
//-------------------------------------
1:[UNG-2783] - ReCaptcha 
-------
//无法显示 
//-------------------------------------
2:[UNG-2784] - ShowProgress
-------
i: Integer;
begin
  ShowProgress('Please Wait...');
  UniSession.Synchronize;
  for i := 1 to 10 do
  begin
    Sleep(500);
    UpdateProgress(i/10, Format('%%%d Completed', [i*10]));
    UniSession.Synchronize;
  end;
  HideProgress;
  ShowToast('Process Finished');
//-------------------------------------
 3:  [UNG-2785] - IconCombobox
------- 
UniComboBox1.Images:=UniNativeImageList1
UniComboBox1.IconItems具体设置信息
//-------------------------------------
---------------------
作者:ozhy111
来源:CSDN
原文:https://blog.csdn.net/ozhy111/article/details/89051736
版权声明:本文为博主原创文章,转载请附上博文链接!