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
C
 CanPaste
 CanRedo
 CanUndo
 cbData
 CColor
 CD
 CellConvert
 CharFromPos
 CheckButton
 Clear
 ClearVar
 Click
 Close
 CloseFile
 CMenu
 Color
 ComboAddString
 ComboClear
 ComboX
 CommandToIndex
 components, WindowsApplication4.Form1
 ContextMenu
 Convert
 ConvertCase
 ConvertDate
 Copy
 Count
 Create
 CreateCombo
 Cursor
 Customize
 Cut
HE_CanPaste(hEdit,  
ClipboardFormat = 0x1)
Determines whether a HiEdit control can paste a specified clipboard format.
HE_CanRedo(hEdit)
Returns TRUE if the HiEdit control can do Redo operation.
HE_CanUndo(hEdit)
Returns TRUE if the HiEdit control can correctly do Undo operation.
public int cbData
public int cbData
CColor(Hwnd,  
Background = "",
Foreground = "")
Set text and background color for some Gui controls.
COPYDATASTRUCT CD
COPYDATASTRUCT CD
RG_CellConvert(hGrd,  
Col = "",
Row = "")
Convert cell.
HE_CharFromPos(hEdit,
X,
Y)
Gets information about the character closest to a specified point in the client area of the Edit control.
Toolbar_CheckButton(hCtrl,  
WhichButton,  
bCheck = 1)
Get button information
Toolbar_Clear(hCtrl)
Removes all buttons from the toolbar, both current and available
Scheduler_ClearVar(v)
Clears the global array.
Tray_Click(Position,  
Button = "L")
Click the tray icon.
RemoteBuf_Close(ByRef H)
Close the remote buffer
HE_CloseFile(hEdit,  
idx = -1)
Close file or all files
CMenu(HCtrl,  
MenuName = "",
Sub = "")
Sets context menu for the control.
Dlg_Color(ByRef Color,  
 hGui = )
RG_ComboAddString(hGrd,
Col,
Items)
Populate combo box.
RG_ComboClear(hGrd,
Col)
Clear combo box.
Impose ComboBox like behavior on arbitrary control.
Toolbar_CommandToIndex(hCtrl,
ID)
Retrieves the button position given the ID.
private System.ComponentModel.Container components
Shell_ContextMenu(Path)
Show context menu for path.
RichEdit_Convert(Input,  
Direction = )
Convert twips to pixels or vice-versa.
HE_ConvertCase(hEdit,  
case = "toggle")
Convert case of selected text
SS_ConvertDate(hCtrl,  
Date,  
RefreshFormat = false)
Converts date from / to integer.
HE_Copy(hEdit)
Copy.
Rebar_Count(hRebar)
Retrieves the number of bands in a rebar control.
Scheduler_Create(v,  
bForce = false)
Creates new scheduled task.
SS_CreateCombo(hCtrl,  
Content,  
Height = 150)
Creates COMBOBOX cell type.
Ext_Cursor(HCtrl,
Shape)
Set cursor shape for control or window.
Toolbar_Customize(hCtrl)
Launches customization dialog
HE_Cut(hEdit)
Cut.
Close