v5.7Latest
Download the latest version- NewTMlSkinForm adds custom-drawn shadow: enable with ShadowEnabled, configurable via ShadowColor, ShadowSize and ShadowAlpha
- NewSVG now renders purely with GR32: no longer depends on Skia or external DLLs, supporting Delphi 7~13
- NewAdded title-bar edit control TMlSkinNCEdit, allowing an edit box to be placed directly on the form's title bar (supports transparent blending with the background)
- NewThe resource manager can now manage SVG icons (add, recolor, set width/height) and supports monochrome recoloring
- NewAdded control: TMlSkinSvgImage (a control for displaying static SVG images, supports Delphi 7+)
- NewAdded control: TMlSkinSvgAnimate (a control for displaying animated SVG images, supports Delphi 7+)
- ImprovedPicture skin (ssPicture) dragging and switching is smoother
- ImprovedIrregular borders follow dragging more responsively, and the border appears together with the form at startup
- ImprovedImproved drawing performance of title-bar controls, edit boxes, PageControl, etc.
- ImprovedGreatly optimized the performance and resource usage of the whole control set, making it run lighter and faster
- ImprovedImproved the button display in TMlSkinToolbar when text, icon and dropdown menu appear at the same time
- FixedFixed the issue where the PageControl content area displayed all black
- FixedFixed a crash of the hint tooltip (TMlSkinHint) in certain situations
- FixedFixed the issue where some icons could not be displayed at design time (IDE), or disappeared after closing and reopening the form
- FixedFixed the issue where the actual color did not match the selected color after switching skin color
- ImprovedOther minor modifications and adjustments