Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- TCXL Database - entfld http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
EntFld

Defines a window input field.

Header File.....TCXLent.h

Prototype.......IntT CTYP EntFld(BytT wr, BytT wc, ChrP ps, ChrP fs,
                     WrdT fm, TagT id, BytT im, IfcpCP fv, TagT ht);

Source File.....ENT\ENTFLD.C

Arguments.......wr -  Window Row for Start of Input
                wc -  Window Column for Start of Input
                ps -  String buffer to receive input
                fs -  Field Format String (See Appendix D)
                fm -  Feature Mask (Page 44)
                id -  Tag Identifier for field
                im -  Input Mode (Page 44)
                fv -  Validate Function
                ht -  Help Tag for this field

Returns.........ERR_NUL  -  No Error
                ERR_ARG  -  Argument Failure
                ERR_MEM  -  Memory Allocation Error
                   TcxlErr contains:
                   W_NOFRMBEG  -  No Begin Of Form Specified, see EntDef()
                   W_INVCOORD  -  Invalid Coordinates
                   W_INVFORMT  -  Invalid Format String

See Also: Appendix D

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