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
D
 d
 Default
 Define
 Delete
 DeleteBand
 DeleteButton
 DeleteCell
 DeleteCol
 DeleteRow
 Destroy
 Disable
 Dispose, WindowsApplication4.Form1
 Dock_Shutdown
 Dock_Toggle
 DrawText
E
 EGetCount
 EGetIEObject
 EmptyUndoBuffer
 Enable
 EndEdit
 EnterEdit
 Error
 ESelectItem
 Exists
 ExpandCell
d(fun,  
delay = "",
a1 = "",
a2 = "")
Delay/Thread function.
Form_Default(HForm)
Set form as default one.
Taskbar_Define( Filter = "",
 pQ = "",
ByRef o1 = "~`a ",
ByRef o2 = "",
ByRef o3 = "",
ByRef o4 = "",
ByRef o5 = "",
ByRef o6 = "",
ByRef o7 = "")
Get information about Taskbar buttons.
Scheduler_Delete(Name,  
bForce = false,
User = "",
Password = "",
Computer = "")
Delete specified scheduled task
Rebar_DeleteBand(hRebar,
WhichBand)
Deletes a band from a rebar control.
Toolbar_DeleteButton(hCtrl,  
Pos = 1)
Delete button from the toolbar.
SS_DeleteCell(hCtrl,  
Col = "",
Row = "")
Delete cell.
SS_DeleteCol(hCtrl,  
Col = "")
Delete column.
RG_DeleteRow(hGrd,  
Row = "")
Delete row.
Form_Destroy(HForm = "")
Destroy the form.
Taskbar_Disable(bDisable = true)
Disable the Taskbar.
protected override void Dispose(bool disposing)
Dock_Shutdown()
Uninitialize dock module.
Dock_Toggle(enable = "")
Toggles the dock module ON or OFF.
Font_DrawText(Text,  
DC = "",
Font = "",
Flags = "",
Rect = "")
Draws text using specified font on device context or calculates width and height of the text.
Shell_EGetCount(pHwnd,  
flag = "")
Get the number of items in the view.
Shell_EGetIEObject(hwndFind = "")
Get IWebBrowser2 interface pointer from open explorer windows.
HE_EmptyUndoBuffer(hEdit)
Resets the undo flag in the HiEdit control for the current file.
ScrollBar_Enable(HCtrl,  
Enable = true)
Enable or disable scroll bar.
RG_EndEdit(hGrd,  
Col = "",
Row = "",
bCancel = 1)
End cell editing.
RG_EnterEdit(hGrd,  
Col = "",
Row = "")
Edit cell.
Log_Error(txt,  
category = "",
link = "")
Add error message
Shell_ESelectItem(hwnd,  
idx1,  
idx2 = "")
Select item by index.
Scheduler_Exists(Name)
Check if task exists.
SS_ExpandCell(hCtrl,
Left,
Top,
Right,
Bottom)
Expand a cell to cover more than one cell.
Close