I face the following error when I try to debug. I am just newbie with Delphi, please guide how to correct this error.
First chance exception at $73B1A9F2. Exception class EAccessViolation with message 'Access violation at address 005D3653 in module 'Project1.exe'. Read of address 000003AC'. Process Project1.exe (34780)
When break this source code is shown:
if fsCreating in FFormState then
if Value then
Include(FFormState, fsVisible) else
Exclude(FFormState, fsVisible)