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.
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.
SQRT Function
/documentation/pages/Ref/Api/Functions/Data Type/Numeric Functions/Mathematical Functions/SQRT Function.xml
Returns the square root of a number.
OBJECT.LEFT Function
/documentation/pages/Ref/Desktop_Api/Layout/Object/OBJECT.LEFT Method.xml
Moves the focus to the left.
LT Function
/documentation/pages/Ref/Api/Functions/Data Type/Character Functions/Case Functions/LT Function.xml
Converts a string to lower case and trims trailing/leading blanks.