ScintillaSendMessage()
语法
Result = ScintillaSendMessage(#Gadget, Message [, Param [, LParam]])概要
Sends a message to the scintilla control to perform a specific task.
参数
#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.
返回值
The result of the message sent.
已支持操作系统
所有