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.
TBX には、テーマ ドック BG をキャンバスに描画するコードがありました。
var t: TTbxTheme; s:string; r: TRect; .. S:= TbxSwitcher.Theme; t:= GetTbxTheme(S); t.PaintDock(ACanvas.Handle, R, R, 0); ReleaseTBXTheme(t);
SpTBXでそれを行う方法は?
(sptbx の) CurrentSkin 変数を使用します。
CurrentSkin.PaintBackground( ACanvas, R, skncDock, sknsNormal, true{BG}, false{Borders});