This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
GET PASTEBOARD DATA TYPE
|
GET PASTEBOARD DATA TYPE ( 4Dsignatures ; nativeTypes {; formatNames} ) | ||||||||
Parameter | Type | Description | ||||||
4Dsignatures | Text array |
![]() |
4D signatures of data types | |||||
nativeTypes | Text array |
![]() |
Native data types | |||||
formatNames | Text array |
![]() |
Format names (Windows only), empty strings under Mac OS | |||||
The GET PASTEBOARD DATA TYPE command gets the list of data types present in the pasteboard. This command should generally be used in the context of a drag and drop operation, within the On Drop or On Drag Over form events of the destination object. More particularly, it allows the pasteboard to be checked for the presence of a specific type of data.
This command returns the data types in several different forms via two (or three) arrays:
For more information about the data types supported, please refer to the Managing Pasteboards section.
Product: 4D
Theme: Pasteboard
Number:
958
Created: 4D v11 SQL
4D Language Reference ( 4D v20 R7)