EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElCustomDataStorageObject.Assign

TElCustomDataStorageObject     See also    


 

Copies another data object into the current one.

 
 

Declaration

[C#]
    void Assign(ElCustomDataStorageObject Source);

[VB.NET]
    Sub Assign(ByVal Source As TElCustomDataStorageObject)

[Pascal]
    procedure Assign(Source : TElCustomDataStorageObject);

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Parameters

  • Source - data object to be copied
 
 

Description

    Use this method to copy data from another instance of TElCustomDataStorageObject into the current one.

 
 

See also:     Clone    

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