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.

TVIBinResourceType enumerated type

📝 DRAFT: Page subject to change. Do not bookmark links - they may change.

Project: Binary Version Information Manipulation Units

Unit: DelphiDabbler.Lib.VIBin.Resource

Applies to: ~>1.0

TVIBinResourceType is an enumeration whose values specify whether a version information resource is in 16 or 32 bit format.

A value from this enumeration is passed as a parameter to the TVIBinResource constructor.

TVIBinResourceType value Description
vrtAnsi Specifies an ANSI version information resource.
vrtUnicode Specifies a Unicode version information resource.