JVCL Help:GIFVersionName

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Returns the version string for a specific GIF version.

run\JvGIF.pas


Pascal

 run\JvGIF.pas
 functionGIFVersionName(Version: TGIFVersion): string;


Description

Call GIFVersionName to retrieve the string name of a specific GIF version. Currently, this function returns either '87a' or '89a'. If the requested version is gvUnknown, the string #0#0#0 is returned instead.

run\JvGIF.pas


About

Version

The version to get a string for.

run\JvGIF.pas


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page