JCL Help:TJclFileVersionInfo.Attach

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Creates an instance of TJclFileVersionInfo using the supplied buffer.


Pascal

 public constructor Attach(VersionInfoData: Pointer; Size: Integer);


Parameters

Parameters Description
Buffer Buffer containing the version info resource.


Description

The Attach constructor creates an instance of the TJclFileVersionInfo class and attaches it to the specified buffer. If successful you can use the properties of TJclFileVersionInfo to start reading the version resource information from the executable. Use this constructor if you already have read the version info into a buffer but still want to use this class for convenience.


About

Donator

Marcel van Brakel


Notes

To include version information in your own projects select "Project | Options" and go to the "Version Info" tab.


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