Whitebeam Object Definition

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Object Definition

Method Description

Binary.set()

Store the contents of a string in a binary object.

Syntax

void = Binary.set(data)

Parameters

The 'Binary.set' method takes 1 parameter:

Name Type/Value Range/Length Description
datastring 

Results

The 'Binary.set' method returns no useful information.

Remarks

This method allows a Presentation Page to store the contents of a string in a binary object directly. This can be useful if the application wishes to use the 'file' concept to store generated data rather than the contents of a real physical file. For example a shopping basket application could be written that stores the contents of the basket in a file-object.

See the binary object technical note for details

Whitebeam release 1.3.36
(loadtime : 10ms)