TTMSFMXCustomEditEx is a replacement for TEdit, which preserves backwards compatibility with XE7. At that time, the Replace method was empty. But if we look at the TEdit current status in RAD Studio Tokyo, we also see an empty Replace method.
procedure TCustomEdit.Replace(const AStartPos, ALength: Integer; const AStr: string);
begin
end;