ValueStorage.Default
Syntax:
Parameters:
<Value> (required)
The value that is to be placed in storage.
<DataCompressionAlgorithm> (optional)
It assigns the data compression level.
If the parameter is not defined, the compression is not used.
Description:
The wizard is available only in the thick client, on the server and in external connection.
Example:
MyPicture = New Picture("C:\MyDocuments\Picture1.bmp"); Deflation = New Deflation(6); PictureStorage = New ValueStorage(MyPicture, Deflation); |
See also: