QG_GetCacheSize

QG_GetCacheSize(areaRef; maxCachedBytes):errorCode
areaRef Longint QGrid area reference
maxCachedBytes Longint Maximum cache size in bytes
error Longint Error result

Get the maximum cache size of the QGrid area

Parameter areaRef is the QGrid area reference. If areaRef is not a valid QGrid area reference, qg_paramErr error is returned.

Parameter maxCachedBytes receives the plug-in area's maximum cache size in bytes.

Related commands

QG_SetCacheSize Specify the maximum cache size of the QGrid area