Loading, Saving and Database Support |
Classes |
| Class |
|
Description |
|
| |
| LoadSettings |
|
The LoadSettings class provides properties for advanced settings and information during load operations.
|
| SaveSettings |
|
The SaveSettings class provides properties for advanced settings and information during save operations.
|
Properties |
| Property |
|
Description |
|
| |
| ServerTextControl.Text |
|
Gets or sets the control's text.
|
Methods |
| Method |
|
Description |
|
| |
| BrowserTextControl.Load |
|
Loads text in a certain format from a file located on a server or from a byte array.
|
| BrowserTextControl.Save |
|
Saves text in a certain format in a file located on a server or in a byte array.
|
| ServerTextControl.Append |
|
Loads text in a certain format from a file, a byte array or a string and appends it to the existing document.
|
| ServerTextControl.Clear |
|
Clears the selected text or the character left from the current input position.
|
| ServerTextControl.Load |
|
Loads text in a certain format from a file, a byte array or a string.
|
| ServerTextControl.ResetContents |
|
Deletes the entire contents of the control.
|
| ServerTextControl.Save |
|
Saves text in a certain format in a file, in a byte array or as a string.
|
| TextControl.Append |
|
Loads text in a certain format from a file, a byte array or a string and appends it to the existing document.
|
| TextControl.Clear |
|
Clears the selected text or the character left from the current input position from the Text Control.
|
| TextControl.Load |
|
Loads text in a certain format from a file, a byte array or a string.
|
| TextControl.OnChanged |
|
Raises the Changed event.
|
| TextControl.ResetContents |
|
Deletes the entire contents of a Text Control.
|
| TextControl.Save |
|
Saves text in a certain format in a file, in a byte array or as a string.
|
Events |
| Event |
|
Description |
|
| |
| TextControl.Changed |
|
Indicates that the contents of a document have been changed.
|