TdxAlertWindowManager lower right corner HINT display control TdxAlertWindowManager lower right corner HINT display control

The HINT display control in the lower right corner of TdxAlertWindowManager

 

HINT display in the lower right corner with a love image, auto-hide

function alterInfo: TdxAlertWindowManager;
begin
  if not Assigned(Falter) then
  begin
    Falter := TdxAlertWindowManager.Create(nil);
  end;
  Result := Falter;
end;

procedure ShowTrayHint(const AText: string; const ACaption: string = '';
  AImageIndex: TImageIndex = 0);
begin
  alterInfo.Show(ACaption, AText, AImageIndex);
end;

HINT display in the lower right corner with a love image, auto-hide

function alterInfo: TdxAlertWindowManager;
begin
  if not Assigned(Falter) then
  begin
    Falter := TdxAlertWindowManager.Create(nil);
  end;
  Result := Falter;
end;

procedure ShowTrayHint(const AText: string; const ACaption: string = '';
  AImageIndex: TImageIndex = 0);
begin
  alterInfo.Show(ACaption, AText, AImageIndex);
end;

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325856705&siteId=291194637