[DelphiDoc-News] (no subject)
Brought to you by:
gveith
|
From: vaa20003 <vaa...@ya...> - 2005-07-02 12:49:47
|
Delphi 7=2E
At compilation of the project there is a mistake in the module Delphi ExtA=
ctns in function
function DWordEnumToPascalEnumOrd (EnumArray: array of DWORD; Value: DWORD=
): Integer;
begin
for Result: =3D Low (EnumArray) to High (EnumArray) do
if Value =3D EnumArray [Result] then Exit;
raise Exception=2E CreateRes (@SInvalidEnumValue);
end;
The is the no overloaded version of CreateRes then can be called with thes=
e arguments
|