Storage
property (DataWindow object)
Description
The amount of virtual storage in bytes that has been allocated for
the DataWindow object.
Applies to
DataWindows
Syntax
PowerBuilder dot notation:
|
1 |
dw_control.Object.DataWindow.Storage |
Describe argument:
|
1 |
"DataWindow.Storage" |
Usage
Canceling a query that uses too much
storage
You can check this property in the script for the RetrieveRow
event in the DataWindow control and cancel a query if it is consuming
too much storage.
Examples
|
1 2 3 4 |
string setting setting = dw1.Object.DataWindow.Storage setting = dw1.Describe("DataWindow.Storage") IF Long(setting) > 50000 THEN RETURN 1 |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest