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 4105826
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T21:17:52+00:00 2026-05-20T21:17:52+00:00

I am writing a little component which i derive from speed button. All i

  • 0

I am writing a little component which i derive from speed button. All i need to do is actually override the paint method because i would like to change the appearance.
Now i’ve reached to the point where i would like to give different background color when button is clicked. However, i can’t find a way to catch left mouse button click message in my component.

What i’ve used so far:

procedure KeyboardButton.WndProc(var Message: TMessage);
begin
  if Message.LParam = VK_LBUTTON then
  begin
    //Some code
  end
  else
    inherited;
end;

Which doesn’t work as when i click on the button Message.LParam is not 1.

Also i tried…

procedure CMMouseLeave(var Message: TMessage); message CM_MOUSELEAVE;

Well, i know that CM_MOUSELEAVE is not a message that represents mouse click. But maybe there’s a message like CM_MOUSECLICK??? I couldn’t find it though. At all, can anyone please tell me what is CM_XXXX as i can’t find anything from msdn? Seems like Delphi specific messages.

Thanks in advance!

  • 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-20T21:17:53+00:00Added an answer on May 20, 2026 at 9:17 pm

    You’re not correctly testing for a mouse event. Try this:

    if Message.Msg = WM_LBUTTONDOWN then
      // Some code
    else
      inherited;
    

    BTW, TMessage.LParam and TMessage.WParam are parameters passed with a specific message type (like WM_LBUTTONDOWN), and have different meanings depending on what TMessage.Msg actually is. There should never be a case where you get a generic message like TMessage and check only the WParam or LParam.

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

Sidebar

Related Questions

I am writting a customized component which need to use the little triangle icon
Just writing a little function here and need some optimisation help! All requests redirect
I'm currently writing a little commercial PHP Script which would be a VPN (PPTP)
I'm writing a little program in JavaScript in which I want to parse the
I amm writing a little python script that will grab information from VMs of
I'm writing my first little AJAX-enabled Joomla component. I'm using mootools. I got a
I'm writing a little app to remove inactive twitter accounts from my follow list.
I am writing a little game which has many circles moving on the screen.
I'm writing a little jQuery extension that prevents a user from double clicking on
I'm writing a little client using Ruby and Savon. The interface changed significantly from

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.