TextImport Method (Obsolete)

Loads text in ANSI format and inserts it at the current caret position.

Syntax

   TXTextControl.TextImport FileName
Parameter Description
FileName

Is the name of the file, Text Control uses for loading.

Return Value

The method returns True when the text could be imported. Otherwise it returns False.

Data Types

FileName:    String
Return value&:nbsp;   Boolean

See Also