←Select platform

ReadFields Method

Summary

Reads Master Form processing fields.

Syntax

C#
VB
C++
Java
public FormPages ReadFields() 
  
Public Function ReadFields() As FormPages 
public FormPages ReadFields() readFields(); 
public: 
FormPages^ ReadFields();  

Return Value

Master Form fields if it exists, otherwise it returns null.

Remarks

The source code for this interface implementation class is available at <Install Directory>\Examples\DotNet\CS\AutoMasterFormsRepository.

Master Form fields file has the name of the Master Form with ".xml" extension the file path is Path + ".xml"

If the file does not exist it returns null

Requirements

Target Platforms

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

Leadtools.Forms.Auto Assembly