table.ENTER_BEGIN function
/documentation/pages/Ref/Api/Objects/Database/Table/TBL.ENTER_BEGIN Method.xml
Initiates an Enter operation to add a new record.
OBJECT.ALLOW_CHANGE Function
/documentation/pages/Ref/Desktop_Api/Layout/Object/OBJECT.ALLOW_CHANGE Method.xml
Specifies if data can be edited.
Numbering Child Records
/documentation/pages/Guides/Desktop/Design/View/Workspace/Numbering Child Records.xml
Many applications create a set with a parent table in a one-to-many relationship with a child table. Field Rules auto-numbering can assign unique ID numbers to the records in the parent table. The problem of numbering the child table records is cannot be solved with Field Rules, particularly if you want to reset the child record counter to 1 for each new parent record. For example, the solution might provide the following record numbers:
TABLE.FIELDNAME_CHANGE Function
/documentation/pages/Ref/Api/Objects/Database/Table/TABLE.FIELDNAME_CHANGE Method.xml
Change the names of fields in a table without restructuring the table.
TABLE.CREATE_BEGIN Function
/documentation/pages/Ref/Api/Objects/Database/Table/TABLE.CREATE_BEGIN Method.xml
Start defining a new Table, defines the first field.
$u.s.changeCase Function
/documentation/pages/Ref/Client_Api/Core Libraries/String Functions/u.s.changeCase Function.xml
Change the case of a string.
TableBegin Function
/documentation/pages/Ref/Api/Functions/SQL Helper Functions/SQL Events/TableBegin Function.xml
Called when a batch of updates is about to be processed for a table. This event is useful for displaying a progress/cancel dialog.
PROFILER_BEGIN Function
/documentation/pages/Ref/Api/Functions/Xbasic/Debugging Functions/PROFILER_BEGIN Function.xml
Start profiling code after the command.
Frame Begin Properties
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/container/Frame Begin Properties/index.xml
A Frame can be placed around multiple controls in the controls tree. This allows the controls to be visually grouped together when the application is run.
[Merge Cells Begin]
/documentation/pages/Guides/Mobile and Web Components/Grid/Grid Fields/Grid Field Properties/Control Properties/Merge Cells Begin.xml
Merges can be used to position controls in groups for both grid and UX components. Merging controls is only possible when the grid format is columnar and the Number of Layout Columns property, found under the Layout Options on the Properties page, is set to a value greater than 1. Merges can be used to combine multiple fields under one title. For example, if you have a firstname field and a lastname field, you could combine them under one merged group and give it the title 'Full Name'.