![]() |
(SST) ShlWAPIFunctionInfo Version 1.0 |
---|---|
Developer Reference |
Specifies the string assigned to the standardized, predefined, CompanyName, resource string-name in the version information resources of the executable specified by property DllFileName. |
Scope |
---|
Public (i.e. this property can be referenced from any code, including that in other units, with access to the TSSTDllVerInfo object of interest). |
Syntax |
---|
Property ResourceCompanyName : STRING READ RetResourceCompanyName; |
Values |
---|
This property is an ANSI representation of the of the Unicode, resource string assigned to the predefined CompanyName, resource string-name. |
Remarks |
---|
This property is a read-only property. |
Read this property to determine the name of the company that authored or published the file specified in DllFileName. |
The string is retrieved from the in-memory copy of the version information resources, (previously) extracted by RetResourceVersionInfo from the file specified by DllFileName. |
The Unicode to ANSI conversion is performed by the invoked Winodws API function(s). |
Example |
---|
For an example on how to implement code that uses this property, please refer to TSSTDllVerInfo Class page or function/method TForm1.LogDllVersionInfo in the source code of the main window unit of the ShlWAPIFunctionInfo project. |
Requirements | |
---|---|
Unit | (Declared and implemented in) SSTNewUnit.pas |
Library | SSTNewUnit.dcu/SSTNewUnit.obj |
Unicode | Implemented as ANSI version only. |
See Also | |
---|---|
TSSTDllVerInfo, DllFileName, RetResourceCompanyName, ResourceVersionInfo, ResourceFixedFileInfo, LastError, Source Code. | |
Windows APIs: VERSIONINFO Resource, VerQueryValue, GetLastError. |
Document/Contents version 1.00 Page/URI last updated on April 28, 2022 |
Copyright © Stoelzel Software Technologie (SST) 2010 - 2017 |
Suggestions and comments mail to: webmaster@stoelzelsoftwaretech.com |