Under the VCL, form transparent just setting TransparentColorValue and choose TransparentColor is true, but under the FMX, only the Transparency a property, how to deal with this?
CodePudding user response:
Form1 - & gt; Transparency=True;
CodePudding user response:
reference 1st floor DelphiGuy response: Form1 - & gt; Transparency=True; this set have no reaction, I'm going to design the background transparent, specific how to do? CodePudding user response:
Design the background transparent what do you mean? CodePudding user response:
The reference 3 floor DelphiGuy response: design background transparent what do you mean? Is the first set TransparentColorValue to a certain color, color as the picture for this color is transparent, CodePudding user response:
I tried once, FMX HD form, direct Form1 - & gt; Transparency=True; Can be transparent, but poor in did not even the window title bar and border), FMX 3 d form, set Form1 - & gt; Transparency=True; Invalid, SetLayeredWindowAttributes Settings and use SetWindowLongPtr keying color transparent or invalid, didn't understand reason,