Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 Add
 Add2Form
 AddColumn
 AddHtml
 AddRow
 AdjustControl
 Align
 Animate
 Assert_Contains
 Assert_Empty
 Assert_EndsWith
 Assert_False
 Assert_Match
 Assert_NotEmpty
 Assert_StartsWith
 Assert_True
 Attach
 Auto
 AutoIndent
 AutoSize
 AutoUrlDetect
B
 BlankCell
 btnMassive_Click, WindowsApplication4.Form1
 btnSend_Click, WindowsApplication4.Form1
 btnSendBinary_Click, WindowsApplication4.Form1
 BytesToPoint, WindowsApplication4.Form1
Rebar_Add(hGui,  
Style = "",
hIL = "",
Pos = "",
Handler = "")
Add a rebar to the GUI.
Splitter_Add2Form(HParent,
Txt,
Opt)
Add Splitter into the form.
RG_AddColumn(hGrd,  
o1 = "",
o2 = "",
o3 = "",
o4 = "",
o5 = "",
o6 = "",
o7 = "",
o8 = "",
o9 = "",
o10 = "")
Add column.
QHTM_AddHtml(hCtrl,  
HTML,  
bScroll = false)
Add HTML to the current document.
RG_AddRow(hGrd,  
Row = "",
c1 = "",
c2 = "",
c3 = "",
c4 = "",
c5 = "",
c6 = "",
c7 = "",
c8 = "",
c9 = "",
c10 = "")
Add row.
QHTM_AdjustControl(hCtrl)
Adjust control’s height to fit HTML.
Align(HCtrl,  
Type = "",
Dim = "",
HGlueCtrl = "")
Aligns controls inside the parent.
Win_Animate(Hwnd,  
Type = "",
Time = 100)
Enables you to produce special effects when showing or hiding windows.
Assert_Contains(Var,  
String,  
Name = "")
Check if variable contains string.
Assert_Empty(Var,  
Name = "")
Check if variable is empty.
Assert_EndsWith(Var,  
String,  
Name = "")
Check if variable ends with string.
Assert_False(b1 = "",
b2 = "",
b3 = "",
b4 = "",
b5 = "",
b6 = "",
b7 = "",
b8 = "",
b9 = "",
b10 = "")
Check if conditions are false.
Assert_Match(Var,  
RegEx,  
Name = "")
Check if variable content matches RegEx pattern.
Assert_NotEmpty(Var,  
Name = "")
Check if variable is not empty.
Assert_StartsWith(Var,  
String,  
Name = "")
Check if variable starts with string.
Assert_True(b1 = "",
b2 = "",
b3 = "",
b4 = "",
b5 = "",
b6 = "",
b7 = "",
b8 = "",
b9 = "",
b10 = "")
Check if conditions are true.
Attach(hCtrl = "",
aDef = "")
Determines how a control is resized with its parent.
Log_Auto(txt,  
category = "",
link = "")
Add error, warning or info message.
HE_AutoIndent(hEdit,
pState)
Sets the autoindent state
Toolbar_AutoSize(hCtrl,  
Align = "fit")
Causes a toolbar to be resized.
RichEdit_AutoUrlDetect(HCtrl,  
Flag = "")
Enable, disable, or toggle automatic detection of URLs in the RichEdit control.
SS_BlankCell(hCtrl,  
Col = "",
Row = "")
Erase the cell.
private void btnMassive_Click(object sender,
System.EventArgs e)
private void btnSend_Click(object sender,
System.EventArgs e)
unsafe private void btnSendBinary_Click(object sender,
EventArgs e)
static unsafe Point BytesToPoint(byte[] arr)
Close