Discuss this help topic in SecureBlackbox Forum

TElOAuth2Settings.Assign

TElOAuth2Settings     See also     


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


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

Declaration

[C#]
    not available

[VB.NET]
    not available

[Pascal]
    procedure Assign(Source : TPersistent);

[C++]
    not available

[PHP]
    not available

[Java]
    not available

Parameters

  • Source - the object which data should be copied.

Description

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

See also:     Clear     CopyParams    

Discuss this help topic in SecureBlackbox Forum