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