VpeWriteStatusbar

<< Click to Display Table of Contents >>

Navigation:  Management Functions >

VpeWriteStatusbar

Previous pageReturn to chapter overviewNext page

[Windows platform only; not supported by the Community Edition]

Writes the given text into the Statusbar. If text is NULL (0), the default "Ready" in the current GUI-Language will be displayed.

void VpeWriteStatusbar(

VpeHandle hDoc,

LPCSTR text

)

VpeHandle hDoc

Document Handle

LPCSTR text

The text that shall be written into the Statusbar.

Remarks:

The Progress Bar overlays the text segment in the Statusbar, therefore text will not be visible until the Progress Bar is closed.