TAdvSmoothTiles - Dynamically selection

Hi Tms Support,

Could I dynamically set the TileState property from TAdvSmoothTiles to tsSelected ?
When I open a form with a TAdvSmoothTileList component I would select dynamically one tile.


Regards,
Julien

You can select a tile with:


  AdvSmoothTileList1.SelectTile(1);

Kind Regards, 
Pieter