Checks a message received from the Sender argument, and returns True if it is a design message.
Source position: forms.pp line 1931
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.
CT Web help |
CodeTyphon Studio |