Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6223555
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T08:30:36+00:00 2026-05-24T08:30:36+00:00

How can I change the TEdit’s default error message when I use it in

  • 0

How can I change the TEdit’s default error message when I use it in NumbersOnly mode. I mean this error:

Unacceptable character You can only type a number here

Is it possible to change this message ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T08:30:37+00:00Added an answer on May 24, 2026 at 8:30 am

    I don’t know a direct way to change the value of that message (which is handled by Windows) but you can show your own message and then avoid to show the original windows hint ballon, using the Abort procedure in the OnKeyPress Event.

    Check this sample

    procedure TForm1.Edit1KeyPress(Sender: TObject; var Key: Char);
    begin
      if not (CharInSet(Key,['0'..'9',#8,#9]))  then      
      begin
        ShowHintMessage('Only numbers please');//you must write this function 
        Abort;//this will prevent which the original windows hint was shown
      end;
    end;
    

    You must we aware which this code will be prevent the execution of the clipboard operations over the control.

    Update

    I Update the code to allow the Tab(#9) and Back space(#8) chars.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

You can change the connection string at run-time like this. You make the connection
I can change the irb prompt mode with irb --prompt prompt-mode I can see
I can change button text appearance by setting it right within object like this:
How can I change the codepage I want to use on an operation such
I can change prompt_alternatives_on flag in the REPL. But how do I change this
I can change the text color by doing this in jqgrid custom formatter: function
can any one tell me how can change this java code into objective c.is
If your text can change and will only be accessed from a single thread,
I can change SQL at runtime. Can I do the same with LINQ ?
Can someone tell me how i can change the .xml file that a flash

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.