Click or drag to resize

IUDefField Interface

A User-defined field - contains layout and database storage information, as well as value of field.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
public interface IUDefField

The IUDefField type exposes the following members.

Properties
  NameDescription
Public propertyDefaultValue
Default Value
Public propertyFieldId
The column id the value is stored in. Use the dictionary object to convert the id to a table.field name.
Public propertyFieldIdentity
Version-independent field Identity. Assigned by system. Unlike FieldId this value does not change when the type changes from string to checkbox.
Public propertyFieldType
Type of field when displayed: list, text, checkbox
Public propertyHideLabel
Show the label?
Public propertyIsIndexed
Is this field indexed for faster searching?
Public propertyIsMandatory
Is this field Mandatory? (can not be blank/empty)
Public propertyIsReadOnly
Can the user edit this field?
Public propertyLabel
Text in front of the field.
Public propertyLabelH
Size of field label in pixels.
Public propertyLabelW
Size of field label in pixels.
Public propertyLabelX
Position of field label in pixels.
Public propertyLabelY
Position of field label in pixels.
Public propertyListTableId
If field is listbox, then which list is it populated from.
Public propertyProgId
Version-independent field identifier. For use by 3rd party programs/NetServer.
Public propertyShortLabel
Short version of label used in archive multi-column list-views.
Public propertyShowOnPage1
Is the field displayed on the front page in the GUI?
Public propertyTabOrder
Edit sequence of fields. Rank of fields in admin tool.
Public propertyTextLength
Number of characters in the field.
Public propertyTooltip
Tooltip shown over field
Public propertyValue
The contents of the field on this particular object.
Public propertyValueH
Size of edit field in pixels.
Public propertyValueW
Size of edit field in pixels.
Public propertyValueX
Position of edit field in pixels.
Public propertyValueY
Position of edit field in pixels.
Top
See Also