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.8 xDeviceFileWrite Widget

Write content to local file on mobile device.
Properties
FileName
Fully qualified name of the file to write.
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
Data
String content to be written to the file.
Methods
Write
Write the file

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

Events
Completed
Triggered when file writing is finished.

  • Parameters:

    Name

    Type

    Description

    Status

    Enum

    See Status Code

    Message

    String

     

     |
    Show Contents List
  • No labels