←Select platform

Result Property

Summary
(Read only) Gets the results of processing the field.

Syntax
C#
VB
C++
Java
public override FormFieldResult Result { get; } 
  
Public Overrides ReadOnly Property Result As FormFieldResult 
public FormFieldResult getResult(); 
public void setResult( 
   FormFieldResult formFieldResult 
); 
public: 
property FormFieldResult^ Result { 
   FormFieldResult^ get() override; 
} 

Property Value

The results of field processing.

Remarks

To get each field results, they must be casted into TableFormFieldResult.

Example

For an example, refer to FormFieldResult example.

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.Processing Assembly

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