Vcl.Menus.TPopupMenu.SetPopupPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetPopupPoint(APopupPoint: TPoint);

C++

void __fastcall SetPopupPoint(const Winapi::Windows::TPoint &APopupPoint);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus TPopupMenu

Description

Used to set starting point coordinates.

SetPopupPoint is used internally to set the coordinates of the point where the pop-up menu will appear.

See Also

Code Examples