Vcl.Menus.TPopupMenu.PopupPoint

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PopupPoint: TPoint read FPopupPoint;

C++

__property Winapi::Windows::TPoint PopupPoint = {read=FPopupPoint};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Menus.pas
Vcl.Menus.hpp
Vcl.Menus TPopupMenu

Description

Indicates the location where the pop-up menu appears.

This public property is used internally to locate the popup menu. Its value is set by the Popup method.

See Also