Add | Applies a new modification to a field name. |
 GetAsXML | Returns the object from XML data, which is stored as string in a buffer. |
 GetByKey | Retrieves and sets the values of the object's properties by the object's absolute key from the Company database. |
 Remove | Deletes the current record. |
 SaveToFile | Save the object to a file as XML data. |
 SaveXML | Saves the object data to XML formatted data. |
 Update | Updates the object data in the company database. |
 Browser | Returns the DataBrowser object. |
 ColumnID | 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. |
 FormID | Sets or returns the form identification key. Field name: FormID. Mandatory property. Length: 20 characters. |
 IsBold | Sets or returns a valid value that determines whether or not the new name of the field appears bold. Field name: IsBold. |
 IsItalics | Sets or returns a valid value that determines whether or not the new name of the field appears italic. Field name: IsItalic. |
 ItemID | 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. |
 ItemString | Sets or returns the new name for the specified field. Field name: ItemString. Length: 64 characters. |
 UserFields | Returns the UserFields object. |
Â
Â