Discuss this help topic in SecureBlackbox Forum

TElCardDavParamFilter.OwnTextMatch

TElCardDavParamFilter     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Defines whether the text match object is owned by this component.

Declaration

[C#]
    bool OwnTextMatch;

[VB.NET]
    Property OwnTextMatch As Boolean

[Pascal]
    property OwnTextMatch : boolean;

[C++]
    bool get_OwnTextMatch();
    void set_OwnTextMatch(bool Value);

[PHP]
    bool get_OwnTextMatch()
    void set_OwnTextMatch(bool $Value)

[Java]
    not available

Description

    When this property is False, the application is responsible for disposing of the resources used by the text match object.

See also:     TextMatch    

Discuss this help topic in SecureBlackbox Forum