Method Html3():browseHeader() Professional

Create the title of a browse view.

Syntax
:browseHeader( <cTitle>    , ;
               <lEdit>     , ;
               <aHeader> ) --> NIL
Parameters
<cTitle>
<cTitle> is the title of the browse view.
<lEdit>
The logical parameter <lEdit> indicating whether displayed records. can be edited
<aHeader>
<aHeader> is an array containing charater strings for the column headers of the browse view.
Return

The return value of the method :browseHeader() is always NIL.

Description

These methods must be enclosed by calls to the methods :header() and :footer().

Refer to the file ALASKA1.PRG in the ..\SAMPLES\WAA\ALASKA1 directory for usage examples.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.