(SST) ShlWAPIFunctionInfo Version 1.0

Developer Reference
TSSTDllVerInfo.flasterror Member Variable
Member variable that represents the last error code registered, or explicitly set, by one of the TSSTDllVerInfo class's methods.
Scope
Protected (i.e. this member variable can only be accessed from within an instance of TForm1 (or a class derived from it) (alt. or descendant classes).
Syntax
flasterror : INTEGER;
Values
As a signed 32-bit (4 byte) integer, this variable will accept values in the range from –2147483648 thru (and including) 2147483647.
Remarks
The value stored in this member variable is also available in form of property LastError, and reading this property should be preferred to referencing the variable directly.
Where possible, method SetLastErrorCode should be used to assign values to this variable. However, in cases in which an error is detected prior to it raising an exception or causing a Windows API function to fail (e.g. an invalid parameter), or in similar circumstances, the error code may also be written directly to flasterror.
Requirements
Unit (Declared and implemented in) SSTNewUnit.pas
Library SSTNewUnit.dcu/SSTNewUnit.obj
See Also
TSSTDllVerInfo, LastError, SetLastErrorCode, Source Code.
Windows APIs: GetLastError, SetLastError.


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