table.NAME_REAL_GET Function
/documentation/pages/Ref/Api/Objects/Database/Table/TBL.NAME_REAL_GET Method.xml
Returns the Table_Name of the table referenced by .
DELETED Function
/documentation/pages/Ref/Api/Functions/Document Types/DBF/Record Functions/DELETED Function.xml
Returns TRUE if the current record has been marked for deletion.
<> Not Equal To
/documentation/pages/Ref/Xbasic/Operators/Comparison Operators/Not Equal To.xml
The result is TRUE if the expressions on both sides of the operator are not equal, i.e. if both Operand1 and Operand2 are of different types or have different values.
<escape<{some template code}>>
/documentation/pages/Ref/Client_Api/Client-side Templates/escape.xml
Escapes long strings of template characters
<%A5 ? ... %>
/documentation/pages/Ref/Xbasic/Xbasic_A5.xml
The <%A5 ? ... %> construct is used to insert Xbasic code into an .A5W page, that the Application Server will subsequently process.
{*if <undefined<var 1,var 2>>}...{*endif}
/documentation/pages/Ref/Client_Api/Client-side Templates/STAR_if undefined.xml
Lets you append strings in the template when variables are undefined.
{*if <defined<var 1,var 2>>}...{*endif}
/documentation/pages/Ref/Client_Api/Client-side Templates/STAR_if defined.xml
Executes a string or some data if a variable in the data set is defined.
Custom Alternate View
/documentation/pages/Guides/Mobile and Web Components/Grid/Grid Properties/Alternate Views/Custom Alternate View.xml
The custom alternate Grid view allows you create expressions that will be processed from the data in the grid display and an Xbasic function to turn the arrays of expression values into an actual view. This is the infrastructure that allowed Alpha Software to turn a Google Map Component into a Google Map alternate view.
Background Geolocation-LT Plugin
/documentation/pages/Guides/PhoneGap/Plugins/Background Geolocation.xml
Continuously capture the user's location using the Background Geolocation-LT plugin.
How to run a Component or Report in a User Defined Ajax Callback or <%a5..%> Code Block
/documentation/pages/HowTo/Other/Run Component or Report in Ajax Callback.xml
Components and reports can be dynamically run using Xbasic in an Ajax Callback.