Add | Adds a user query to the User Queries library. |
 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. |
 EnableMenuEntry | Specify whether to display the query from the menu.
Field name: MenuItem. |
 InternalKey | Returns the user query code as assigned by the system when adding a new user query.
Field name: IntrnalKey. |
 MenuCaption | The caption of the menu.
Field name: MenuCapt. Length: 254 characters. |
 MenuPosition | Specify the position of the query in the menu.
Field name: MenuPos. |
 MenuUniqueID | Specify the unique ID of the menu.
Field name: MenuUid. Length: 32 characters. |
 ParentMenuID | The ID of the parent menu, starts from 0. You can select the parent menu item from the menu navigaton tree structure.
Field name: FatherMenu. |
 ProcedureAlias | property ProcedureAlias |
 ProcedureName | property ProcedureName |
 Query | Sets or returns the query content, for example, a SELECT statement for SQL databases.
Field name: QString. Length: 64,000 characters. |
 QueryCategory | Sets or returns the code of the query category (foreign key to QueryCategories).
Mandatory property. Field name: QCategory. |
 QueryDescription | Sets or returns the query name. The value must be unique within the same category.
Mandatory property. Field name: QName. Length: 100 characters. |
 QueryType | The type of the query.
Field name: QType. |
 UserFields | Returns the UserFields object. |
Â
Â