ScintillaSendMessage()
Syntax
Result = ScintillaSendMessage(#Gadget, Message [, Param [, lParam]])Description
Sends a message to the scintilla control to perform a specific task. More information about the possible messages may be found on the Scintilla Homepage. The #SCI_[...] constants representing the possible values for 'Message' are already defined in PB. The values for 'Param' and 'lParam' depend on the message. Not specifying them will pass a 0 value.
Return value
Returns the result of the message sent.
Supported OS
All