EldoS
MsgConnect home / Documentation / DataTree.GetValueType method
Navigation
Web site
Support
Table Of Contents

Filter: C++  Pascal  ActiveX  C#  VB.NET  Java SE  Java ME  Palm  DLL 


DataTree.GetValueType

DataTree     See also    


Allows to read the type of data that the value holds.

Declaration

[C++]
    MCValueType GetValueType(char* Key, char* ValueName);

[Pascal]
    function GetValueType(Key, ValueName : string): TMCValueType;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[C#]
    public int GetValueType(string Key, string ValueName);

[VB.NET]
    Public Function GetValueType(ByVal Key As String, ByVal ValueName As String) As Integer

[Java]
    public int GetValueType(String Key, String ValueName);

[Java ME]
    public int GetValueType(String Key, String ValueName);

[Palm]
    MCValueType GetValueType(char* Key, char* ValueName);

[DLL]
    not applicable;

Parameters

  • Key - key name. For more information look here.
  • ValueName - value name. For more information look here.

Return value

    Type of the data that the value holds.

Description

    Use this method to get type of data that the specified value holds.

See also:     SetValueType

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