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.