SOLVED: in AutoCompletionList of memo only the text of the selected item is visible when styled

SOLVED: hmm... problem is that the standard-font-color of the items is black.now Ive chaged to yellow f.e. and... ;-)

hi. with GetAutoCompletionList I fill the AutoCompletionList of a memo, but if the form is styled (whatever style i use) only the text of the selected item will shown (see attechment-file)

(and if I change the style f.e. Fill/Color and kind=solid = same problem)
doesnt work too:
var
obj: TFMXObject;
begin
obj := memQuestion.FindStyleResource('AutocCompletion');
if Assigned(obj) and (obj is TRectangle) then
begin
(obj as TRectangle).Fill.Color := claWhite;
memQuestion.UpdateMemo;
end;

what can I do? (the version is the newest)

tks..

TMSSupport
TMSSupport