FMXInno: Minor Update for [Mar-20]
Quote:
* Added two methods to the UWP class that select a specific UWP tile.
* Now supports FluentBlendedColor option in other forms as well (CustomForm, Dir/Start Form).
* Added missing method 'SetApplicationIconFromFXStream' to the 'FWinTitleBar' class.
|
UWP Tile Selection:
Code:
procedure TileSelect(ATile: LongInt);
procedure TileSelectEx(ATile: LongInt; MouseOverColor: TAlphaColor);
Example:
UWPTiles.TileSelect(Tile[5]);
UWPTiles.TileSelectEx(Tile[5], ALRed);
How to update:
Code:
1. Download the latest update from the first post.
2. Replace the 'FMXInno.dll' and 'FMXInnoHandle.iss' with the provided ones.
.