Skip to main content

TdxTileControlItem.ActivateDetail Method

Shows the detail page associated with the current tile item.

Declaration

procedure ActivateDetail;

Remarks

You can use the item’s DetailOptions.DetailControl property to associate a control to be displayed in a detail page when this item is activated. End-users can activate tile items with clicks and taps on the main page. You can programmatically activate a tile item via its Click or ActivateDetail method call.

While on a detail page, end-users can perform one of the following to deactivate the currently active detail page:

  • Navigate to other detail pages by clicking the corresponding tabs;

  • Click the Back button shown in the title to return back to the main page displaying tiles.

To programmatically deactivate a tile item, call its DeactivateDetail method.

You can respond to tile activations and switching between detail pages by handling the OnClick, OnActivateDetail, and OnDeactivateDetail events.

See Also