TsDateEdit.CheckOnExit not working

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #36961
    remsi
    Participant

    Hello,

    when leaving a TsDateEdit with an invalid date entered an exception is raised.

    To my understanding that should not be the case when TsDateEdit.CheckOnExit is set to false.

    The problem is now, that CheckOnExit is defined in TsCustomDateEdit as:

    Code:
    property CheckOnExit: boolean read GetCheckOnExit write FCheckOnExit default False;

    and GetCheckOnExit looks like:

    Code:
    function TsCustomDateEdit.GetCheckOnExit: boolean;
    begin
    Result := True;
    end;

    Is this a bug or a feature?

    Greetings,

    Clemens

    #55017
    Support
    Keymaster

    Hello! I will check it soon and I will solve it in the nearest release.

    #55170
    remsi
    Participant
    'Support' wrote:

    Hello! I will check it soon and I will solve it in the nearest release.

    Thank You for fixing it in 10.30!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.