TdxCustomTileBar.ShowPopupWindow(TdxTileBarItem) Method
Displays a popup control of the specified tile.
Declaration
procedure ShowPopupWindow(AItem: TdxTileBarItem);
Parameters
Name | Type |
---|---|
AItem | TdxTileBarItem |
Remarks
Calling the ShowPopupWindow procedure has no effect if a tile passed as the AItem parameter, has no popup control (i.e., the tile’s PopupOptions.PopupControl property is nil).
See Also