Gfa_StatusText

Return or set the status bar text.

Syntax

$ = Gfa_StatusText

Gfa_StatusText [= text$]

Description

Gfa_StatusText [=] returns or sets the text of the status bar of the IDE. The text is not permanent, because it is overwritten by GFA-BASIC 32 when it displays information like menu item description, OCX properties and methods, import descriptions, etc.

Example

Gfa_StatusText = "Ready"

See Also

Gfa_hWnd, Gfa_hWndEd

{Created by Sjouke Hamstra; Last updated: 08/10/2014 by James Gaite}