Discuss this help topic in SecureBlackbox Forum

TElWebDAVProperty.OnReadExValue

TElWebDAVProperty     See also     


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


Declaration

[C#]
    event TSBWebDAVPropertyReadExValueEvent OnReadExValue;
    delegate void TSBWebDAVPropertyReadExValueEvent(Object Sender, string URL, string NS, string Name, ref string Value, TElXMLDOMElement Element, Object Param, ref bool Success);

[VB.NET]
    Event OnReadExValue As TSBWebDAVPropertyReadExValueEvent
    Delegate Sub TSBWebDAVPropertyReadExValueEvent(ByVal Sender As Object, ByVal URL As String, ByVal NS As String, ByVal Name As String, ByRef Value As String, ByVal Element As TElXMLDOMElement, ByVal Param As Object, ByRef Success As Boolean)

[Pascal]
    property OnReadExValue : TSBWebDAVPropertyReadExValueEvent;
    TSBWebDAVPropertyReadExValueEvent = procedure(Sender : TObject; const URL : string; const NS : string; const Name : string; var Value : string; Element : TElXMLDOMElement; Param : TObject; var Success : boolean) of object;

[C++]
    void get_OnReadExValue(TSBWebDAVPropertyReadExValueEvent &pMethodOutResult, void * &pDataOutResult);
    void set_OnReadExValue(TSBWebDAVPropertyReadExValueEvent pMethodValue, void * pDataValue);
    typedef void (SB_CALLBACK *TSBWebDAVPropertyReadExValueEvent)(void * _ObjectData, TObjectHandle Sender, const char * pcURL, int32_t szURL, const char * pcNS, int32_t szNS, const char * pcName, int32_t szName, char * pcValue, int32_t &szValue, TElXMLDOMElementHandle Element, TObjectHandle Param, int8_t &Success);

[PHP]
    TSBWebDAVPropertyReadExValueEvent|callable|NULL get_OnReadExValue()
    void set_OnReadExValue(TSBWebDAVPropertyReadExValueEvent|callable|NULL $Value)
    callable TSBWebDAVPropertyReadExValueEvent(TObject $Sender, string $URL, string $NS, string $Name, string &$Value, TElXMLDOMElement $Element, TObject $Param, bool &$Success)

[Java]
    not available

Parameters

  • URL -
  • NS -
  • Name -
  • Element -
  • Param -
  • Success -
  • Value -
  • pcURL -
  • szURL - the length of pcURL.
  • pcNS -
  • szNS - the length of pcNS.
  • pcName -
  • szName - the length of pcName.
  • pcValue -
  • szValue - the length of pcValue.

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum