Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - new method constructor. creates a new column object http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 New          Method constructor. Creates a new column object
--------------------------------------------------------------------------------

  METHOD New( <cHeading>, <bData>, <cPicture>, <bClrFore>, <bClrBack>, ;
       <uAlign>, <nWidth>, <lBitMap>, <lEdit>, <cMsg>, <bValid>, <cError>, ;
       <lNoLite>, <cOrder> )

   Parameters

   <cHeading>      Optional Header text

   <bData>         Mandatory Code block to return column data

   <cPicture>      Optional picture clause

   <bClrFore>      CodeBlock that returns the Fore color to use

   <bClrBack>      CodeBlock that returns the Back color to use

   <uAlign>        Data alignment:

                   #define DT_LEFT              0
                   #define DT_CENTER            1
                   #define DT_RIGHT             2

   <nWidth>        Pixels width dimension

   <lBitmap>       Is it a bitmap handle to display instead of data

   <lEdit>         Is this column cells editable on double click

   <cMsg>          Message to display when editing

   <bValid>        Validation when editing cells

   <cError>        Error msg on unsuccess validation

   <lNoLite>       Don't change the color of these cells when selected

   <cOrder>        Index Tag order for this column

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson