Código Delphi [-]procedure TForm1.SpeedButton1Click(Sender: TObject); var APoint: TPoint; begin with SpeedButton1.BoundsRect do APoint := ClientToScreen(Point(Left, Bottom)); PopupMenu1.Popup(APoint.x, APoint.y); end;
procedure TForm1.SpeedButton1Click(Sender: TObject); var APoint: TPoint; begin with SpeedButton1.BoundsRect do APoint := ClientToScreen(Point(Left, Bottom)); PopupMenu1.Popup(APoint.x, APoint.y); end;