TdxCustomTileBar.ShowPopupWindow(TdxTileBarItem) Method
In This Article
Displays a popup control of the specified tile.
#Declaration
Delphi
procedure ShowPopupWindow(AItem: TdxTileBarItem);
#Parameters
Name | Type |
---|---|
AItem | Tdx |
#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