[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Browse Commands
--------------------------------------------------------------------------------

 Defining a Browse Object  @ <nRow>, <nCol> LISTBOX [ <oBrw> ] ;
 from source code            FIELDS <cFields,...> ;
                             [ FIELDSIZES <aColSizes,...> ] ;
                             [ HEAD | HEADER | HEADERS <aHeaders,...> ] ;
                             [ ID <nId> ] ;
                             [ SIZE <nWidth>, <nHeigth> ] ;
                             [ ON CHANGE | ON CLICK <uChange> ] ;
                             [ ON RIGHT CLICK <uRClick> ] ;
                             [ ON LEFT DLBCLICK <uLDblClick> ] ;
                             [ OF | DIALOG <oDlg> ]


 Redefining a Browse      REDEFINE LISTBOX [ <oBrw> ] ;
 from resources              FIELDS [ <cFields,...>] ;
                             [ FIELDSIZES <aColSizes,...> ] ;
                             [ HEAD | HEADER | HEADERS <aHeaders,...> ] ;
                             [ ID <nId> ] ;
                             [ ON CHANGE | ON CLICK <uChange> ] ;
                             [ ON RIGHT CLICK <uRClick> ] ;
                             [ ON DLBCLICK <uDblClick> ] ;
                             [ OF | WINDOW | DIALOG <oDlg> ]


 <oBrw>          A reference to the TWBrowse Object.
 <nRow>          Position on container window. We simulate text
 <nCol>          coordinates.

 <cFields>       A list of text expresions to display as columns.
                 If a expresion is of numeric type, TWbrowse
                 will manage it as the handle of a bitmap to be
                 displayed.

 <aColSizes>     A list of sizes for each column in pixels.
 <aHeaders>      A list of text expresions for headers.
 <nId>           Is the numeric identifier of the TWBrowse control.

 <nWidth>        The desired size of the TWbrowse control in pixels.
 <nHeigth>

 <uChange>       An action to be performed when selecting a new row.

 <uRClick>       An action to be performed when right clicking

 <uLDblClick>    An action to be performed when Double Left clicking

 <oDlg>          The object that contain the TWbrowse control.

See Also: TWBrowse TControl
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson