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

  • Home
  • SEARCH
  • 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
I'm writing a little tile-based game, for which I'd like to support light sources.
I'm writing a little developer tool which will (among other things) display exceptions thrown
All, I am writing a little dynamic site in php, and am trying to
I am writing a little trial project and I need to pass and object
I'm learning C++ and writing little programs as I go along. The following is
I am writing a little application to download files over http (as, for example,
I'm writing a little desktop app that should be able to encrypt a data
I'm writing a little debug app for a bit of kit we're developing and
I've been writing a little application that will let people upload & download files

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.