Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フォームを透明にしようとしていますが、フォームにテキストやボタンが配置されていないフォームのみです
プロパティ " AlphaBlend" を使用し、値を入れました150
AlphaBlend
150
このプリントスクリーンのように残したい
Delphi と Windows のバージョンによっては、フォームのプロパティをDoubleBufferedtrue に設定し、GlassFrame.Enabled = trueおよびGlassFrame.SheetOfGlass = true.
DoubleBuffered
GlassFrame.Enabled = true
GlassFrame.SheetOfGlass = true.