IUDefField Interface |
Namespace: SuperOffice.COM.Application
The IUDefField type exposes the following members.
Name | Description | |
---|---|---|
![]() | DefaultValue | Default Value |
![]() | FieldId | The column id the value is stored in. Use the dictionary object to convert the id to a table.field name. |
![]() | FieldIdentity | Version-independent field Identity. Assigned by system. Unlike FieldId this value does not change when the type changes from string to checkbox. |
![]() | FieldType | Type of field when displayed: list, text, checkbox |
![]() | HideLabel | Show the label? |
![]() | IsIndexed | Is this field indexed for faster searching? |
![]() | IsMandatory | Is this field Mandatory? (can not be blank/empty) |
![]() | IsReadOnly | Can the user edit this field? |
![]() | Label | Text in front of the field. |
![]() | LabelH | Size of field label in pixels. |
![]() | LabelW | Size of field label in pixels. |
![]() | LabelX | Position of field label in pixels. |
![]() | LabelY | Position of field label in pixels. |
![]() | ListTableId | If field is listbox, then which list is it populated from. |
![]() | ProgId | Version-independent field identifier. For use by 3rd party programs/NetServer. |
![]() | ShortLabel | Short version of label used in archive multi-column list-views. |
![]() | ShowOnPage1 | Is the field displayed on the front page in the GUI? |
![]() | TabOrder | Edit sequence of fields. Rank of fields in admin tool. |
![]() | TextLength | Number of characters in the field. |
![]() | Tooltip | Tooltip shown over field |
![]() | Value | The contents of the field on this particular object. |
![]() | ValueH | Size of edit field in pixels. |
![]() | ValueW | Size of edit field in pixels. |
![]() | ValueX | Position of edit field in pixels. |
![]() | ValueY | Position of edit field in pixels. |