The default page size for DataWindow storage.
DataWindows
Describe and Modify argument:
"DataWindow.StoragePageSize { = ' size ' }"
Parameter |
Description |
---|---|
size |
Two values are provided to enable the DataWindow to use the available virtual memory most efficiently in the current environment:
|
Set this property to avoid out of memory errors when performing large retrieve, import, or RowsCopy operations. The property must be set before the operation is invoked.
[Visual Basic] dw1.Modify("datawindow.storagepagesize='LARGE'")