Getting the color of a component

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #51979
    Support
    Keymaster

      Hello

      You can receive a color of parent control using this code:

      Code:
      c := GetControlColor(SpeedButton1.Parent);

      uses sVCLUtils;

    Viewing 1 post (of 1 total)
    • You must be logged in to reply to this topic.