Alterian Email Manager 6.2.3 SDK Help File
An enumeration describing the various types of editors for variables.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxPublic Enumeration DMEditorType
public enum class DMEditorType
DMLibrary.DMEditorType = function();
DMLibrary.DMEditorType.createEnum('DMLibrary.DMEditorType', false);
Members | Member name | Value | Description |
---|
| DMET_STRING | 0 |
For string variables.
|
| DMET_TEXT | 1 |
For multiline text.
|
| DMET_HTML | 2 |
For HTML.
|
| DMET_DATE | 3 |
For date time
|
| DMET_COMBO | 4 | |
See Also