ScintillaSendMessage()

Syntax

Result = ScintillaSendMessage(#Gadget, Message [, Param [, LParam]])
Description
Sends a message to the scintilla control to perform a specific task.

Parameters

#Gadget The scintilla gadget to use.
Message The message to send. More information about the possible messages may be found on the Scintilla Homepage. The #SCI_[...] constants representing the possible values are already defined in PureBasic.
Param (optional) The first custom parameter for the specified message. Default value if not specified is zero.
LParam (optional) The second custom parameter for the specified message. Default value if not specified is zero.

Return value

The result of the message sent.

Supported OS

All

<- ScintillaGadget() - Scintilla Index