A list of products available on this site
Documentation for XtraMania's xtras
Prices and links to the online store
Xtras, PDFs, samples
Have a question? Ask us!
Contacts
Logo. www.xtramaina.com  
Home Search E-mail
BinaryXtra Reference/Create()

xtra "BinaryXtra".Create()

Syntax

objBinary=Create(xtra"BinaryXtra")
or
objBinary=xtra("BinaryXtra").Create()

Returns

Object: returns newly created empty binary data wrapper instance.

Description

This method is the basic starting point of using BinaryXtra. It allows to directly create a new BinaryXtra wrapper for binary data. This wrapper can be used on its own and also passed to VbScriptXtra or ADOxtra as a container for binary data.

Sample

objBinary=xtra("BinaryXtra").Create()
objBinary.media=member("SomeMember").media
objBinary.WriteToFile(the moviePath & "SomeFile.bin")

Site homeSearchContact author © Eugene Shoustrov. www.xtramania.com