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
H
 Height
 Hide
 HideSelection
I
 Icon
 Id2Index
 ILButton
 ImportLine
 Info
 Init
 InitializeComponent, WindowsApplication4.Form1
 Insert
 InsertCol
 InsertFile
 InsertRow
 IPC
 ipc_Handler, WindowsApplication4.Form1
 ipc_OnMessage, WindowsApplication4.Form1
 Is
L
 label1_Click, WindowsApplication4.Form1
 LimitText
 LineFromChar
 LineIndex
 LineLength
 LineNumbersBar
 LineScroll
 LoadFile
 LoadFromFile
 LoadFromResource
 Lock
Rebar_Height(hRebar)
Returns the height of the rebar control.
Taskbar_Hide(Handle,  
bHide = True)
Hide Taskbar button.
RichEdit_HideSelection(hCtrl,  
State = true)
Hides or shows the selection in a rich edit control.
Dlg_Icon(ByRef Icon,  
ByRef Index,  
 hGui = )
Returns 1 based position of the band with given id.
ILButton(HBtn,  
Images,  
Cx = 16,
Cy = 16,
Align = "Left",
Margin = "1 1 1 1")
Creates an ImageList and associates it with a button.
SS_ImportLine(hCtrl,  
DataLine,  
SepChar = ";")
Import a line of data.
Log_Info(txt,  
category = "",
link = "")
Add info message.
QHTM_Init(DllPath = "qhtm.dll")
Initialise the QHTM module.
private void InitializeComponent()
summary> Required method for Designer support - do not modify the contents of this method with the code editor.
Rebar_Insert(hRebar,  
hCtrl,  
o1 = "",
o2 = "",
o3 = "",
o4 = "",
o5 = "",
o6 = "",
o7 = "",
o8 = "",
o9 = "")
Inserts a new band in a rebar control.
SS_InsertCol(hCtrl,  
Col = -1)
Insert column.
Property_InsertFile(hCtrl,  
FileName,  
ParseIni =  false)
Insert properties from a file.
SS_InsertRow(hCtrl,  
Row = -1)
Insert row.
public IPC(Form Host)
public IPC(Form host)
public IPC()
private void ipc_Handler(object sender,
IPCEventArgs ea)
private void ipc_OnMessage(string message,
int port)
Win_Is(Hwnd,  
pQ = "win")
Checks handle against specified criterium.
private void label1_Click(object sender,
System.EventArgs e)
RichEdit_LimitText(hCtrl,  
txtSize = )
Sets an upper limit to the amount of text the user can type or paste into a rich edit control.
HE_LineFromChar(hEdit,
ich)
Returns line number of the line containing specific character index.
HE_LineIndex(hedit,  
idx = -1)
Returns the character index of the line.
HE_LineLength(hEdit,  
idx = -1)
Returns the lenght of the line.
HE_LineNumbersBar(hEdit,  
state = "show",
linw = 40,
selw = 10)
Sets the line numbers bar state and looks.
HE_LineScroll(hEdit,  
xScroll = 0,
yScroll = 0)
Scrolls the text in the HiEdit control for the current file.
SS_LoadFile(hCtrl,
File)
Load a file.
QHTM_LoadFromFile(hCtrl,
FileName)
Load HTML into QHTM passing a valid filename.
QHTM_LoadFromResource(hCtrl,  
Name,  
Resource = "")
Load HTML into QHTM from a resource
Rebar_Lock(hRebar,  
Lock = "")
Locks or unlcoks the rebar (sets or removes “nogripper” style for all bands in rebar)
Close