4D Pack v13.2AP Is Picture Deprecated |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
4D Pack v13.2
AP Is Picture Deprecated
AP Is Picture Deprecated
The AP Is Picture Deprecated command returns 1 when the picture referenced by the ptrPict parameter contains the (obsolete) PICT format and 0 otherwise. A picture is considered as obsolete when it is in the PICT format or when it contains the PICT format (pictures inserted through drag-and-drop may include several formats). In ptrPict, pass a pointer to a 4D picture field or variable, or to an element in a 4D picture array that you want to test. This command is intended to prepare the development of your applications for the next major versions of 4D. In fact, the Mac "PICT" format was declared obsolete by Apple several Mac OS versions ago (see the description of the PICT format on Wikipedia). It was kept in 4D for compatibility's sake but it is no longer supported beginning with 4D v14. To prepare for the migration of your applications, you can start using this command now so as to detect all the PICT pictures in your database and convert them to a native format (such as PNG) using the CONVERT PICTURE command. Note that once converted to a format, pictures only contain this new format. Note: Deleting the PICT format requires prior analysis in the case of pictures intended for printing. Since PICT was a vector format, it may be used particularly under Windows for printing, when present. So in this context, it is preferable to convert PICT pictures to another vector format, such as EMF for instance. You want to test and convert all the pictures of the library if necessary: PICTURE LIBRARY LIST($arrPictRef;$arrPictName) |
PROPERTIES
Product: 4D Pack
INDEX HISTORY
SEE ALSO
Definition of PICT format on Wikipedia TAGS PICT*** |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||