January 23, 2018 at 8:16 AM Official Post #1 If you create a new class which inherits from a standard class such as TCustomEdit you need to set the propertyStyleLookup.Example:StyleLookup := 'comboeditstyle';Otherwise the controls stays empty at paint time.
September 17, 2019 at 9:25 AM Official Post #2 FMX also has different paint procedures.If you have a component which paints itself in addition to the default, you may need to useprocedure AfterPaint; override;