Vcl.ActnMenus.TCustomActionMenuBar.IsDesignMsg
Delphi
function IsDesignMsg(var Msg: TMsg): Boolean;
C++
bool __fastcall IsDesignMsg(tagMSG &Msg);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.ActnMenus.pas Vcl.ActnMenus.hpp |
Vcl.ActnMenus | TCustomActionMenuBar |
Description
Determines when the designer should handle a Windows message.
IsDesignMsg is called for each message sent to a component in the designer. This method returns True if the message is a design message; design messages are handled for the component by the designer.