FieldDescription Class
The description of a terminal emulator field that fully supports HLLAPI.

C# Syntax

public class FieldDescription : HP.LFT.SDK.Description, HP.LFT.SDK.IDescription  
Inheritance Hierarchy

System.Object
   HP.LFT.SDK.PropertiesDescription
      HP.LFT.SDK.Description
         HP.LFT.SDK.TE.FieldDescription

Public Constructors
 NameDescription
Public ConstructorFieldDescription ConstructorInitializes a new instance of the FieldDescription class.  
Top
Public Properties
 NameDescription
Public PropertyAttachedTextReturns the attached text attribute for TeField.  
Public PropertyIdReturn the ID value of TeField.  
Public PropertyIndexThe 0-based index of this object, relative to all other objects with an otherwise identical description. (Inherited from HP.LFT.SDK.Description )
Public PropertyIsNumericReturns the numeric (only) attribute for TeField.  
Public PropertyIsProtectedReturns the 'protected' attribute for TeField.  
Public PropertyIsVisibleReturns the Visible attribute for TeField.  
Public PropertyLengthReturns the field length in characters.  
Public PropertyStartPositionReturns the 'start row' and 'start column' attributes for TeField.  
Public PropertyTextReturns the content of TeField.  
Public PropertyVriDistinguishes this object from other objects with otherwise identical descriptions, based on this object's visual relationship to another object in the application. (Inherited from HP.LFT.SDK.Description )
Top
Public Methods
 NameDescription
Public MethodCloneCreates an exact copy of the test object. (Inherited from HP.LFT.SDK.PropertiesDescription )
Top