Vcl.ActnMenus.TCustomActionMainMenuBar.DesignWndProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DesignWndProc(var Message: TMessage): Boolean; override;

C++

DYNAMIC bool __fastcall DesignWndProc(Winapi::Messages::TMessage &Message);

Properties

Type Visibility Source Unit Parent
function public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMainMenuBar

Description

Processes the given message and returns some Boolean information based on the message's content.

DesignWndProc returns True if Mouse.IsDragging is True.

True is also returned when one of the RIGHT ARROW, LEFT ARROW, DOWN ARROW, UP ARROW, or ESCAPE keys is pressed.

See Also