←Select platform

Clear Method

Summary
Removes all Master Forms and sub-categories (child categories) from MasterForms and ChildCategories and deletes them from the storage device.
Syntax
C#
VB
C++
Java
public void Clear() 
  
Sub Clear()  
public abstract void clear(); 
void Clear();  
Remarks

This method is supposed to remove all Master Forms and sub-categories inside IMasterFormsCategory object. Deleting them from the storage device is recommended to make the repository represent the actual storage device, if they are not deleted then the next time you create new IMasterFormsRepository or call IMasterFormsRepository.Refresh the Master Forms and the sub-Categories inside this category will show up again.

Example

A full example implementation of this interface can be found in <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.