| Copy |
Description: Copy the currently selected text to the clipboard
Syntax: 'obj' Świ 'Copy'
Example:
'ff.dhtml' Świ 'Copy' |
| Cut |
Description: Cut the currently selected text to the clipboard
Syntax: 'obj' Świ 'Cut'
Example:
'ff.dhtml' Świ 'Cut' |
| FilterSourceCode |
Description: TO BE DOCUMENTED |
| Font |
Description: Calls the Windows font common dialog to let change the font
Syntax: 'obj' Świ 'font'
Example:
'ff.dhtml' Świ 'font' |
| Hyperlink |
Description: Get or Set a Hyperlink for the currently selected text
Syntax: {link„'} 'obj' Świ 'Hyperlink'integer
integer: to be documented
Example:
'ff.dhtml' Świ 'Hyperlink' |
| Image |
Description: Inserts a graphic at the current insertion point
Syntax: 'obj' Świ 'Image' {filename}
filename: a complete or relative file name
Example:
'ff.dhtml' Świ 'Image' |
| LoadDocument |
Description: TO BE DOCUMENTED |
| LoadURL |
Description: Loads an existing HTML document represented by its URL into the DHTML control
Syntax: 'obj' Świ 'LoadURL'url
url: complete URL (file name or Internet URL) |
| New |
Description: Create a new instance of TDHTML5
Example:
'obj' Świ '*Create' 'TDHTML5'
|
| NewDocument |
Description: Replaces the currently loaded document with a new empty document
Syntax: 'obj' Świ 'NewDocument'
Example:
'ff.dhtml' Świ 'NewDocument' |
| OrderList |
Description: Build an ordered and numbered list from selected lines
Syntax: 'obj' Świ 'OrderList'
Example:
'ff.dhtml' Świ 'OrderList' |
| Paste |
Description: Paste the the current clipboard text at the cursor location
Syntax: 'obj' Świ 'Paste'
Example:
'ff.dhtml' Świ 'Paste' |
| PrintDocument |
Description: Print the currently loaded document
Syntax: 'obj' Świ 'PrintDocument'arg |
| Redo |
Description: Redo the last undone change
Syntax: 'obj' Świ 'Redo'
Example:
'ff.dhtml' Świ 'Redo' |
| Refresh |
Description: Syntax: 'obj' Świ 'Refresh'
Example:
'ff.dhtml' Świ 'Refresh' |
| SaveDocument |
Description: Saves the currently loaded document
Syntax: 'obj' Świ 'SaveDocument'filename boolean
filename: name of document to be saved
boolean:
Example:
'ff.dhtml' Świ 'SaveDocument' |
| SetContextMenu |
Description: Create a context menu for the DHTML control
Syntax: 'obj' Świ 'SetContextMenu'options
Example:
'ff.dhtml' Świ 'NewDocument'
Example:
'ff.dhtml' Świ 'SetContextMenu' ('Bold' 'Italic' 'Underline' '' 'Print') (1 1 0 0 2) |
| UnOrderList |
Description: Syntax: 'obj' Świ 'UnOrderList'
Example:
'ff.dhtml' Świ 'UnOrderList' |
| Undo |
Description: Undo the last change
Syntax: 'obj' Świ 'Undo'
Example:
'ff.dhtml' Świ 'Undo' |
| Unlink |
Description: Removes <A> and </A> tags from the selection
Syntax: 'obj' Świ 'Unlink'
Example:
'ff.dhtml' Świ 'Unlink' |