Getting the color of a component Root › Discussions › AlphaControls This topic has 1 reply, 2 voices, and was last updated 10 years, 5 months ago by Support. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts June 1, 2014 at 1:24 am #36155 alexhaifaParticipant Hello I have a component that is not skinned for alphacontrol, but I'd like to get the color of my speedbutton and use it to apply in my component. Well, how can I get the color of a certain skindata, for example: SPEEDBUTTON ? How to do that? thanks Alexandre June 6, 2014 at 2:46 pm #51979 SupportKeymaster Hello You can receive a color of parent control using this code: Code: c := GetControlColor(SpeedButton1.Parent); uses sVCLUtils; Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Discussions › AlphaControls