FromXMLFile | Imports data from an XML file to the object. |
 FromXMLString | Imports data from an XML string to the object. |
 GetXMLSchema | Retrieves the XML schema of the data structure. |
 ToXMLFile | Creates an XML file that represents the object data. |
 ToXMLString | Creates an XML string that represents the object data. |
 Column | Sets or returns the column identification key.
Field name: ColumnId. Mandatory property for Table fields. The default value is -1 (Title field). Length: 10 characters. |
 EditableInExpanded | Determines whether or not the item in the form can be edited in expanded display mode. Field name: EditInEXP. |
 EditableInForm | Determines whether or not the item in the form can be edited in normal display mode (that is, not expanded mode). Field name: EditInForm. |
 ExpandedIndex | Sets or returns the expanded index of this column. Field name: ExpandIndx. |
 FormID | Sets or returns the form identification key. Field name: FormID. Mandatory property. Length: 20 characters. |
 ItemNumber | Sets or returns the ID of the field or the table in a form (primary key with FormID). Field name: ItemID. Mandatory property. Length: 10 characters. |
 TabsLayout | Sets or returns the display order of the item in the form. For example, set 1 to display the form item in the first column in the table (starting from left). Field name: VisualIndx. |
 User | Sets or returns the signature of the user that sets this column. Field name: UserSign. This is a foreign key to the Users object. |
 VisibleInExpanded | Determines whether or not the item in the form is visible in expanded display mode. Field name: VisInExpnd. |
 VisibleInForm | Determines whether or not the item is visible in the form in normal display mode (that is, not expanded mode). Field name: VisInForm. |
 Width | Sets or returns the number of characters to determine the column width. Mandatory property. Field name: Width. |
Â
Â