Welcome to the new DelphiDabbler Code Library Documentation.

This is a new site that's currently running on alpha code. There are going to be bugs. If you discover any, please report them on the site's issues page (GitHub account required). Thanks.

Warning: Many URLs are going to change. Refer to the README file to discover which library project's documentation has been completed.

NumTranslations property

Project: Version Information Component

Unit: PJVersionInfo

Class: TPJVersionInfo

Applies to: ~>3.0

property NumTranslations: Integer;

Description

Gets the number of translations in a file’s version information.

Version information resources can contain variable information in more that one language / character set combination. TPJVersionInfo defines each of these combinations as a “Translation”. This property shows how many translations are available in a file’s version information.

The property has value 0 if the file contains no translations or if the file has no version information.