Clipboard
/documentation/pages/Ref/Desktop_Api/System/Clipboard/index.xml
Alpha Anywhere provides the following CLIPBOARD methods. Prefix each method with the CLIPBOARD keyword.
Paste controls from clipboard
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Menu/Paste controls from clipboard.xml
Pastes copied controls from the clipboard onto the current or separate UX component.
Copy selected controls to clipboard
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Menu/Copy selected controls to clipboard.xml
Copies highlighted controls to the clipboard. The controls can then be pasted onto a separate UX component using the '[Paste Controls from Clipboard]' command. If you want to duplicate controls within a UX page use the '[Duplicate selected controls]' option.
a5_paste_from_clipboard Function
/documentation/pages/Ref/Api/Functions/Document Types/DBF/Record Functions/a5_paste_from_clipboard Function.xml
Pastes an entry in the A5 Record clipboard into the record referenced by tbl_pointer.
CLIPBOARD.CLEAR_DATA Function
/documentation/pages/Ref/Desktop_Api/System/Clipboard/CLIPBOARD.CLEAR_DATA Method.xml
The CLIPBOARD.CLEAR_DATA() method clears the Windows Clipboard.
a5_put_rec_on_clipboard Function
/documentation/pages/Ref/Api/Functions/Document Types/DBF/Record Functions/a5_put_rec_on_clipboard Function.xml
Puts the current record (in the record referenced by tbl_pointer) on the A5 Record clipboard.
CLIPBOARD.REGISTER_TYPE Function
/documentation/pages/Ref/Desktop_Api/System/Clipboard/CLIPBOARD.REGISTER_TYPE Method.xml
Allows the user to specify a name for the type of data stored on the clipboard.
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.
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.
CLIPBOARD.HAS_DATA Function
/documentation/pages/Ref/Desktop_Api/System/Clipboard/CLIPBOARD.HAS_DATA Method.xml
The CLIPBOARD.HAS_DATA() method returns .T. or .F. depending on whether the clipboard has data of the type specified by Clipboard Format.