←Select platform

WriteFields Method

Summary
Writes Master Form fields.

Syntax
C#
C++/CLI
Java
Python
public void WriteFields( 
   FormPages fields 
) 
public void writeFields( 
   FormPages 
); 
public: 
void WriteFields(  
   FormPages^ fields 
)  
def WriteFields(self,fields): 

Parameters

fields
Master Form fields.

Remarks

The source code for this interface implementation class is available at <INSTALLDIR>\Examples\Forms\DotNet\AutoMasterFormsRepository.

Master Form fields file is going to be saved to Path + ".xml"

If  fields is null, it will throw an exception.

Requirements

Target Platforms

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

Leadtools.Forms.Auto Assembly

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