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