- thread.current Method
/documentation/pages/Ref/Api/Objects/System/Thread/current Method.xml
The currently running thread.
- COLLECTION.FIRST Function
/documentation/pages/Ref/Api/Objects/Data Types/Collection/COLLECTION.FIRST Method.xml
Return the first element of the collection.
- table.REFRESH Function
/documentation/pages/Ref/Api/Objects/Database/Table/TABLE.REFRESH Method.xml
Perform network refresh, return True if changed.
- log10 Function
/documentation/pages/Ref/Api/Functions/Data Type/Numeric Functions/Mathematical Functions/log10 Function.xml
Returns the natural log (base 10) of a number.
- table.UNMARK Function
/documentation/pages/Ref/Api/Objects/Database/Table/TABLE.UNMARK Method.xml
Unmarks the current record.
- SHOWVAR Function
/documentation/pages/Ref/Api/Functions/Xbasic/Variable Functions/SHOWVAR Function.xml
Display the contents of a variable
- inlistn Function
/documentation/pages/Ref/Api/Functions/Data Type/Character Functions/List Processing Functions/inlistn Function.xml
Returns which value (if in list) or 0 if not. Put another way, this function returns the index (1,2,3, etc.) of the first value that matches lookfor. If there are no matches, returns 0. Function is case-sensitive.
- OBJECT.KINDOF Function
/documentation/pages/Ref/Desktop_Api/Layout/Object/OBJECT.KINDOF Method.xml
Returns the kind of object.
- OBJECT.PREV Function
/documentation/pages/Ref/Desktop_Api/Layout/Object/OBJECT.PREV Method.xml
Moves to the previous control as defined by the tab order.
- OBJECT.REFRESH Function
/documentation/pages/Ref/Desktop_Api/Layout/Object/OBJECT.REFRESH Method.xml
Forces a layout to refetch data from the data source and redraw the layout.