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 - <b>say commands</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SAY commands
--------------------------------------------------------------------------------


 Defining a SAY object       @ <nRow>, <nCol> SAY [ <oSay> PROMPT | VAR ] <cText> ;
 from source code               [ OF | WINDOW | DIALOG <oWnd> ] ;
                                [ PICTURE <cPicture> ] ;
                                [ COLOR | COLORS <nClrFore>;
                                [,<nClrBack>] ] ;
                                [ FONT <oFont> ] ;
                                [ CENTERED | CENTER ] ;
                                [ RIGHT ] ;
                                [ BORDER ] ;
                                [ PIXEL | PIXELS ]
                                [ SIZE <nWidth>, <nHeight> ] ;
                                [ DESIGN ] ;
                                [ UPDATE ] ;
                                [ SHADED | SHADOW ] ;
                                [ BOX ] ;
                                [ RAISED ] ;


 Redefining a SAY object     REDEFINE SAY <oSay> ;
 from resources                 [ PROMPT <cText> ] ;
                                [ ID <nId> OF | WINDOW | DIALOG <oDlg> ] ;
                                [ CENTERED ]
                                [ COLOR | COLORS <nClrFore>;
                                [,<nClrBack>] ] ;
                                [ PICTURE <cPicture> ] ;
                                [ UPDATE ] ;
                                [ FONT <oFont> ] ;



 <nRow>, <nCol>  The coordinates of the Say Object. We simulate Text coordinates.

 <oSay>          A reference to the Say Object.

 <cText>         The label of the Say Object.

 <oWnd>          The container dialog of the Say control.

 <cPicture>      The typical PICTURE clause for a SAY.

 <cColor>        The COLOR string for the SAY. Not available yet!

 <oFont>         The Object font to be used with the SAY. The Font must
                 be created previously using DEFINE FONT... .

 <nClrFore>      Foreground color as a RGB number, or as a xBase string

 <nClrBack>      Background color as a RGB number

 <nWidth>,      The dimensions of the control.
 <nHeigth>

 <oSay>          A reference to the Say Object.

 <cText>         The caption to assign to the Say Object. Specifying it
                     change the text on the resource.

 <nId>           The numeric resource identifier of the Say Object.
                 Is has to be assigned from the resource editor.

 <oWnd>          The container dialog of the Say Object.


 CLAUSES

 CENTERED       Center text.
 CENTER

 RIGHT          Right justification.

 BORDER         Create a border arround the control.

 DESIGN         Allows the user to move and resize with the mouse

 PIXEL          To use pixel coordinates instead of Text coordinates.

 UPDATE         This control may be updated from TDialog:Update() METHOD

 SHADED
 SHADOW

 BOX            Place the say objet in a box.

 RAISED


See Also: Class TSay

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