TdxTileControlItem.Click Method
Activates the current tile item.
Declaration
procedure Click;
Remarks
End-users can activate tile items with clicks and taps. The Click method allows you to activate tile items programmatically, emulating an end-user action. Activating a tile item fires its OnClick event. Then, the item’s detail page is shown, provided that you specified a detail control via the item’s DetailOptions.DetailControl property.
Note
As with normal clicks, the Click method cannot activate disabled tile items. To activate a tile item regardless of its enabled state, call the item ActivateDetail method.
See Also