Skip to content

Bug: Application not working when system decimal separator is comma #4

@ZorbaLopez

Description

@ZorbaLopez

When the system decimal separator is comma (",") it raises an error. See screenshot below.

Image

Maybe the below works when creating the mainform.

Application.UpdateFormatSettings := false;
FormatSettings.DecimalSeparator := '.';

Tested in Windows x64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions