Skip to main content

TdxTileControlItem.DeactivateDetail Method

Closes the detail page associated with the current tile item and returns the tile control to the main page displaying tiles.

Declaration

procedure DeactivateDetail;

Remarks

Call this method to close the currently active detail page. To respond to closing detail pages, handle the OnDeactivateDetail event.

Note that the currently active detail page is automatically closed when the tile control is about to be destroyed. As a result, the OnDeactivateDetail event is fired in this instance as well.

See Also