Function Topics
/documentation/pages/Index/Function List.xml
Page links to functions.
SYSTEM_EVENT_DATA_GET Function
/documentation/pages/Ref/Desktop_Api/Project/Database Functions/SYSTEM_EVENT_DATA_GET Function.xml
The SYSTEM_EVENT_DATA_GET() returns a pointer to system events that have been registered by the CAN_DATABASE_EXIT()and ON_DATABASE_EXIT()functions.
a5_get_fields_in_table_set Function
/documentation/pages/Ref/Api/Functions/Document Types/DBF/Field Functions/a5_get_fields_in_table_set Function.xml
Returns a list of fields in a table or set. Child table fields are qualified with an alias. Field types are shown as well.
CLIPBOARD.SET_DATA Function
/documentation/pages/Ref/Desktop_Api/System/Clipboard/CLIPBOARD.SET_DATA Method.xml
The CLIPBOARD.SET_DATA() method puts the data in the variable, Data on the clipboard. You can specify the type of data with the optional Clipboard_Format parameter. See CLIPBOARD.GET_DATA() for a list of standard clipboard formats. You can register a new Clipboard_Format value with the CLIPBOARD.REGISTER_TYPE() method.
table.RECORD_DATA_GET Function
/documentation/pages/Ref/Api/Objects/Database/Table/TABLE.RECORD_DATA_GET Method.xml
Return the all the data from the current records field as a blob.
table.RECORD_DATA_SET Function
/documentation/pages/Ref/Api/Objects/Database/Table/TABLE.RECORD_DATA_SET Method.xml
Set all the feilds int the current record using data from a blob.
CLIPBOARD.GET_DATA Function
/documentation/pages/Ref/Desktop_Api/System/Clipboard/CLIPBOARD.GET_DATA Method.xml
The CLIPBOARD.GET_DATA() method gets data from the clipboard and stores it in Variable. The type of data retrieved from the clipboard is determined by Clipboard_Format. You can register a new Clipboard_Format value with the CLIPBOARD.REGISTER_TYPE() method.
SET.PRIMARY_GET Function
/documentation/pages/Ref/Api/Objects/Database/Set/SET.PRIMARY_GET Method.xml
Retrieve the primary table for a named set.
SET.FILENAME_GET Function
/documentation/pages/Ref/Api/Objects/Database/Set/SET.FILENAME_GET Method.xml
Get the filename of the set.
SET.STRUCTURE_GET Function
/documentation/pages/Ref/Api/Objects/Database/Set/SET.STRUCTURE_GET Method.xml
Retrieve the structure for a named set (format N=name,A=Alias,D=Dad,P=Parent Eqn,C=Child Eqn,F=Filter,I=Index flags,E=restrict parent Exist/Not_Exist/None flags).