EldoS
MsgConnect home / Documentation / MCValueType type
Navigation
Web site
Support
Table Of Contents

Filter: C++  Pascal  Palm 


MCValueType

DataTree     See also    


Defines the type of the value.

Declaration

[C++]
    enum {evtUnknown=0, evtBoolean, evtInt, evtString, evtMultiString, evtBinary, evtDouble, evtWideString};
    typedef unsigned char MCValueType;

[Pascal]
    TMCValueType = (evtUnknown, evtBoolean, evtInt, evtString, evtMultiString, evtBinary, evtDouble, evtWideString);

[Palm]
    enum {evtUnknown=0, evtBoolean, evtInt, evtString, evtMultiString, evtBinary, evtDouble, evtWideString};
    typedef unsigned char MCValueType;

Description

     Value can contain data of follow types: Binary, Boolean, Double, Integer, String, MultiString, WideString.

See also:     GetValueType     SetValueType

 
Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2005, EldoS Corporation