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 - cctrl2chr() generates a string with the control structure http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 cCtrl2Chr()            Generates a string with the control structure
--------------------------------------------------------------------------------

   Syntax:              cCtrl2Chr( <nTop>, <nLeft>, <nBottom>, <nRight>,
                                   <nId>, <nStyle>, <cClassName>, <cCaption> )
                              --> <cControlString>

                        This function translates information from a windows
                        control into a special string to be used for created
                        memory windows resources templates.

   Parameters:

   <nTop>, <nLeft>,     Control coordinates.
   <nBottom>, <nRight>

   <nId>                Control numeric ID identification.

   <nStyle>             Control numeric style description.

   <cClassName>         The control winapi class name.

   <cCaption>           The caption of the control.

   Returns:             A string with binary information that describes
                        those values.

   Observations:        It is used internally by FiveWin when creating
                        DialogBoxes in runtime.

   Source code:         SOURCE\\WINAPI\\Ctl2Chr.c

   See also:            See TControl:cToChar() METHOD.


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