[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Checks a message received from the Sender argument, and returns True if it is a design message.
Source position: forms.pp line 1908
public function TIDesigner.IsDesignMsg( |
Sender: TControl; |
var Message: TLMessage |
):Boolean; virtual; abstract; |
Sender |
|
Object instance (TControl) where the specified message originated. |
Message |
|
Message examined in the method. |
True if the message is targeted at the designer class instance.
Version 4.0 | Generated 2025-05-03 | Home |