←Select platform

Result Property

Summary
Gets the results of processing this field.

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

Property Value

A value that indicates the results of field processing.

Example

For an example, refer to the FormFieldResult example.

Requirements

Target Platforms

See Also

Reference

FormField Class

FormField Members

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.