OBJECT.FIELD_GET Function
/documentation/pages/Ref/Desktop_Api/Layout/Object/OBJECT.FIELD_GET Method.xml
Returns a pointer to the table field bound to the control.
CONTROL.FIELD_GET Function
/documentation/pages/Ref/Api/Objects/Layouts/Control/CONTROL.FIELD_GET Method.xml
The .FIELD_GET() method returns a pointer to the table field that is bound to the control.
table.FIELD_GET Function
/documentation/pages/Ref/Api/Objects/Database/Table/TABLE.FIELD_GET Method.xml
Get a field given a name or index into current Table.
Form Control Methods
/documentation/pages/Ref/Desktop_Api/Layout/Form/Form Control Methods.xml
Alpha Anywhere provides the following and methods for manipulating form controls. Prefix the following methods with the pointer to the control.
FIELD.RULES_GET Function
/documentation/pages/Ref/Api/Objects/Database/Field/FIELD.RULES_GET Method.xml
The .RULES_GET() method returns the field rules for the field.
FIELD.TAG_GET Function
/documentation/pages/Ref/Api/Objects/Database/Field/FIELD.TAG_GET Method.xml
If the field is indexed, return the tagname, else return an empty string.
FIELD.VALUE_GET Function
/documentation/pages/Ref/Api/Objects/Database/Field/FIELD.VALUE_GET Method.xml
Gets the field contents. Clipboard format is optional format of data.
FIELD.WIDTH_GET Function
/documentation/pages/Ref/Api/Objects/Database/Field/FIELD.WIDTH_GET Method.xml
The .WIDTH_GET() method returns the Field_Width of a field referenced by the object pointer.
FIELD.DEC_GET Function
/documentation/pages/Ref/Api/Objects/Database/Field/FIELD.DEC_GET Method.xml
Gets the fields' number of decimal places.
FIELD.EXPR_GET Function
/documentation/pages/Ref/Api/Objects/Database/Field/FIELD.EXPR_GET Method.xml
Return the expression if field is a calculated field.