TdxCustomTileControl.ShowActionBars Method
Shows action bars.
Declaration
procedure ShowActionBars; virtual;
Remarks
This method does nothing if the IsAnyActionBarVisible function returns True.
Call the HideActionBars method to hide action bars within the tile control. For more information on how to control the visibility of action bars, refer to the Tile Action Bars topic.
See Also