I have created a number of non-visual components, and created appropriate bitmaps and added them through Projects|Resources and images. I see the images in the Tool palette and in the structure window, but I get nothing but grab-handles in the forms designer.
I have not really got any code that is relevant. The image below shows what I see
PS I do not have visual components hidden!
Update
Code as requested
uses
System.SysUtils,
System.Classes,
System.Generics.Collections,
System.IOUtils,
UnitListComponents,
FMX.Types,
FMX.Controls;
//FMX.Edit,
//FMX.Listbox;
TSigFile7BaseProperty = class(TControl)
private
...
end;
TSigFile7File = class( TSigFile7BaseProperty )
private
protected
public
published
property Text;
property SaveAsRelativeFileName;
end;