You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Show Contents List
You are here:

14.6.7 xDeviceFileRead Widget

Read the content of local file on mobile device.
Properties
FileName
Fully qualified name of the file to read.
FileType
Type of file to read. Valid options: TEXT, BIN
FileEncoding
How the file is encoded. Valid options: UTF8, UTF16, ASCII
DataEncoding
How the data is encoded. Valid options: NONE, BASE64, URL
Methods
Read
Read the file

  • Input Arguments: None.
  • Output Argument: None.
  • Return Value: Status code

Events
Completed
Triggered when file reading is finished.

  • Parameters:

    Name

    Type

    Description

    Status

    Enum

    See Status Code

    data

    String

    File data

    Message

    String

     

     |
    Show Contents List
  • No labels