The abstract Form
public abstract class FormFieldAdapter : FieldAdapterPublic MustInherit Class FormFieldAdapter
Inherits FieldAdapter Introduced: 15.0.
| Constructor | Description |
|---|---|
| Form |
Initializes a new instance of the Form |
| Field | Description |
|---|---|
| TYPE_NAME | Represents the name of the respective field type.
(Inherited from Field |
| Method | Description |
|---|---|
| Show |
Opens the specific field options dialog box.
(Inherited from Field |
| Property | Description |
|---|---|
| Application |
Gets the adapted Application (Inherited from Field |
| Bounds | Gets and sets the bounds of the form field. |
| Calc |
Gets or sets the Calc |
| Enabled | Specifies whether the field is enabled or not. |
| Font | Gets and sets the font of the form field. |
| Help |
Gets and sets the help text of the field. |
| ID | Gets the ID of the specific field through its adapter.
(Inherited from Field |
| Length | Gets the number of characters in a text field through its adapter.
(Inherited from Field |
| Name | Gets and sets the name of the form field. |
| Start | Gets the first character position (one-based) of the field through its adapter.
(Inherited from Field |
| Status |
Gets and sets the status text of the field. |
| Text | Gets and sets the text of the form field. |
| Type |
Gets the field's type name of the specific field through its adapter.
(Inherited from Field |