TsColorBox error Root › Technical support › Troubleshooting This topic has 3 replies, 2 voices, and was last updated 9 years, 4 months ago by Support. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts July 12, 2015 at 1:01 pm #36587 LasseParticipant Add TsColorBox on the form and you get “Control '' has no parent window.” error. I am using Delphi XE8 with the latest build. constructor TsCustomColorBox.Create(AOwner: TComponent); begin inherited Create(AOwner); inherited Style := csExDropDownList; <= This is causing the error. … Not sure, if related, but the Color property does not return the selected value. July 12, 2015 at 4:16 pm #53651 SupportKeymaster What is version of used package? The “Color” property is a just standard property inherited from standard ComboBox component. Selected color value may be received in the “Selected” property. July 12, 2015 at 9:04 pm #53652 LasseParticipant Version is the latest 10.12 (Delphi XE8). Thanks, “Selected” property works fine. July 13, 2015 at 5:07 am #53654 SupportKeymaster Can you show a demo with the error, please? I can't repeat it, unfortunately. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In Root › Technical support › Troubleshooting