問題タブ [tscrollbox]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
delphi - 「Form2」に存在するPaintBoxの座標を使用して、「Form3」に長方形/穴を描く方法は?
と を持つ「Form2」がありScrollBox
ますPaintBox
。
親として「 Form2 」を持つ「 Form3 」と呼ばれる別のフォームも存在します(これもPaintBox
内部にあります)。次に、の座標に基づいて「Form3」に長方形=>穴を描く必要があります。ScrollBox
Form2.PaintBox
これは可能ですか?
提案/ヘルプで事前に感謝します。
Form1 :
Form2 :
Form3 :
Form2 .DFM :
Form3 .DFM :
版:
この質問は基本的に私の前の質問の続きです