Discuss this help topic in SecureBlackbox Forum

TElOAuth2Request.Assign

TElOAuth2Request     See also     


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


Copies data from another instance of TElOAuth2Request into the current one.

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure Assign(Source : TPersistent);

[C++]
    void Assign(TPersistent &Source);
    void Assign(TPersistent *Source);

[PHP]
    void Assign(TPersistent $Source)

[Java]
    not available

Parameters

  • Source - the request which data should be copied.

Description

    Use this method to copy the request data from another instance of TElOAuth2Request to the current one.

See also:     Clear    

Discuss this help topic in SecureBlackbox Forum