SecureBlackbox

200+ components and classes for all aspects of digital security of your data

Filter: C#/Java  VB.NET  Pascal  ActiveX  DLL 


TElMultiPartList. Clear

TElMultiPartList    


 

Clears part contents.    

Declaration

[C#/Java]
    void Clear();

[VB.NET]
    Sub Clear()

[Pascal]
    procedure Clear;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
   

Description

    Use this method when you want to clear part contents.    

Back to top