StatusBar.RefreshMemoryDisplay Method | |
Cause the status bar to bring the display of virtual memory up-to-date.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD RefreshMemoryDisplay(
kMemoryType
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual RefreshMemoryDisplay(
Usual kMemoryType = default
)
Request Example
View SourceParameters
- kMemoryType (Optional)
- Type: Usual
** missing parameter documentation **
Return Value
Type:
UsualRemarks
The status bar gets this information from the operating system. If you disabled the memory display, nothing happens.
See Also