EldoS
MsgConnect home / Documentation / DataTree.DivChar property
Navigation
Web site
Support
Table Of Contents

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


DataTree.DivChar

DataTree     See also    


Defines the symbol that separates "value" name and associated data.
Default value "=".

Declaration

[C++]
    void SetDivChar(char NewValue);
    char GetDivChar(void);

[Pascal]
    property DivChar: Char;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[C#]
    public void setDivChar(char newValue);
    public char GetDivChar();

[VB.NET]
    Public Sub SetDivChar(ByVal newValue As Char)
    Public Function GetDivChar() As Char

[Java]
    public void setDivChar(char newValue);
    public char getDivChar();

[Java ME]
    public void setDelimiter(char newValue);
    public char getDivChar();

[Palm]
    void SetDivChar(char NewValue);
    char GetDivChar(void);

[DLL]
    not applicable;

Description

    Use this property to define the symbol that separates "value" name and associated data. Usually the value has form of "name=data" where the sign of equality is DivChar. But in some cases, especially when the name of the value contains "=" sign, DivChar should be redefined.

See also:     Delimiter

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