Jump to content

Translucent panel


artem_niko

Recommended Posts

13 minutes ago, Sherzod said:

procedure TMainForm.UniFormCreate(Sender: TObject);
begin
  UniPanel1.JSInterface.JSConfig('bodyStyle', ['background-color:rgba(255, 255, 255, 0.5)']);
end;

 

It's perfect!!!!! :) Cool!

And is it possible apply this code not for UniPanel, and, fro example, to Form? (FreeForm)

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...