C:\Users\Raul\Downloads\JVCL340CompleteJCL221-Build3845\jcl\experts\repository\ExceptionDialog\J clOtaExcDlgRepository.pas(241) Error: Undeclared identifier: 'eate' C:\Users\Raul\Downloads\JVCL340CompleteJCL221-Build3845\jcl\experts\repository\ExceptionDialog\J clOtaExcDlgRepository.pas(251) Error: EXCEPT or FINALLY expected C:\Users\Raul\Downloads\JVCL340CompleteJCL221-Build3845\jcl\experts\repository\ExceptionDialog\J clOtaExcDlgRepository.pas(253) Error: Statement expected but 'FUNCTION' found |
241- if ExcDlgWizard(AParams) and (AParams.Language <> bpUnknown) then 242- CreateExceptionDialog(AParams); 243- finally 244- AParams.Free; 245- end; 246- end; 247- 248- function TJclExcDlgCBuilderExpert.IsVisible( 249- const Personality: TJclBorPersonality): Boolean; 250- begin 251- Result := Personality = bpBCBuilder32; 252- end; 253- 254- initialization 255- {$IFDEF UNITVERSIONING} 256- RegisterUnitVersion(HInstance, UnitVersioning); 257- {$ENDIF UNITVERSIONING} |