Vcl.ActnCtrls.TCustomActionCombo.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.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomActionCombo

Description

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

DesignWndProc returns True if the csDesignInteractive option in ControlStyle is enabled and if either the right mouse button is pressed or the right mouse button is released. The True value is returned also when ControlStyle is enabled and when either the mouse has moved or the right mouse button is double-clicked.

See Also