SYS(3050) - Set Buffer Memory Size
Visual FoxPro 9.0 SP2 |
SYS(3050) - Set Buffer Memory Size |
See Also |
![]() |
Sets the foreground or background buffer memory size.
SYS(3050, nType, [nBuffMemSize]) |
Parameters
- nType
-
Specifies the buffer. The following table lists the values for nType and the corresponding buffer:
nType Buffer 1
Foreground
2
Background
- nBuffMemSize
-
Specifies the maximum buffer memory size in bytes. If you specify a value for nBuffMemSize that is less than 256K bytes, Visual FoxPro sets the buffer memory size to 256K bytes.
Specify 0 for nBuffMemSize to return the buffer memory size to the Visual FoxPro startup value. The startup value depends on the amount of your computer's memory. If you omit nBuffMemSize, SYS(3050) returns the buffer memory size for the buffer specified with nType.
Return Value
Remarks
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic