
Home / Autodocs / ascii.datatype
NAME
- ascii.datatype
-
data type for ANSI text.
FUNCTION
The ASCII data type, a sub-class of the text.datatype, is used to load ANSI text files.
METHODS
- OM_NEW
-
Create a new text object from ANSI characters. The source may be either a file or the clipboard.
- OM_UPDATE
-
Re-render the contents of the datatype.
- OM_SET
-
Identical to OM_UPDATE.
- GM_LAYOUT
-
Layout the object and notify the application on it. This is an asynchronous method.
- DTM_PROCLAYOUT
-
Layout the object in the task of the caller.
- OM_DISPOSE
-
Dispose the object.
SEE ALSO
text.datatype.